|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSALT.assessment.Design
public class Design
Contains all settings, which specify a subjective assessment.
Constructor Summary | |
---|---|
Design()
Constructs a Design with default values. |
Method Summary | |
---|---|
void |
addAdditionalSubjectInfo(java.lang.String additionalInfo)
Appends the specified additionalInfo element to the end of the additionalSubjectInfos list. |
void |
addMIDIButtonNumberContinuous(java.lang.Integer buttonNumberContinuous)
Appends the specified buttonNumberContinuous element to the end of the MIDIButtonNumberContinuous List. |
void |
addMIDIControllerNumberOfButton(java.lang.Integer controllerNumberOfButtons)
Appends the specified controllerNumberOfButtons element to the end of the MIDIControllerNumberOfButtons List. |
void |
addMIDIControllerNumberOfFader(java.lang.Integer controllerNumberOfFaders)
Appends the specified controllerNumberOfFaders element to the end of the MIDIControllerNumberOfFaders List. |
void |
clear()
Removes additionalSubjectInfos list, MIDIControllerNumberOfFaders list, HashMap for trials and items from the design. |
void |
clearMIDIButtonNumberContinuous()
Removes all of the buttonNumberContinuous elements from the MIDIButtonNumberContinuous List. |
void |
clearMIDIControllerNumberOfButtons()
Removes all of the controllerNumberOfButtons elements from the MIDIControllerNumberOfButtons List. |
void |
clearMIDIControllerNumberOfFaders()
Removes all of the controllerNumberOfFaders elements from the MIDIControllerNumberOfFaders List. |
java.util.List<java.lang.String> |
getAdditionalSubjectInfos()
Returns a list of additionalSubjectInfos. |
int |
getInputDevice()
Returns the MIDI input device. |
int |
getMIDIButtonNumberBackward()
Returns the MIDIButtonNumberBackward. |
java.util.List<java.lang.Integer> |
getMIDIButtonNumberContinuous()
Returns the MIDIButtonNumberContinuous. |
int |
getMIDIButtonNumberForward()
Returns the MIDIButtonNumberForward. |
int |
getMIDIChannelNumber()
Returns the MIDIChannelNumber. |
java.util.List<java.lang.Integer> |
getMIDIControllerNumberOfButtons()
Returns a list of MIDIControllerNumberOfButtons. |
java.util.List<java.lang.Integer> |
getMIDIControllerNumberOfFaders()
Returns a list of MIDIControllerNumberOfFaders. |
int |
getMIDIDefaultValue()
Returns the MIDIDefaultValue of a fader. |
int |
getNumberOfFaders()
Returns the numberOfFaders. |
int |
getOutputDevice()
Returns the outputdevice. |
java.lang.String |
getTargetFolder()
Returns the targetFolder. |
int |
getTimeCodeInputDevice()
Returns the MIDI time codeinput device. |
float |
getTimeSlice()
Returns the timeslice. |
float |
getTotalTime()
Returns the totalTime. |
boolean |
isContinuousButton()
Returns a boolean. |
boolean |
isContinuousFader()
Returns a boolean. |
void |
removeAdditionalSubjectInfo(java.lang.String additionalInfo)
Removes the specified additionalInfo element from the additionalSubjectInfos list. |
void |
replaceMIDIControllerNumberOfButton(java.lang.Integer index,
java.lang.Integer controllerNumberOfButtons)
Replaces the controllerNumberOfButtons element at the specified position in the MIDIControllerNumberOfButtons list with the specified controllerNumberOfButtons element. |
void |
replaceMIDIControllerNumberOfFader(java.lang.Integer index,
java.lang.Integer controllerNumberOfFaders)
Replaces the controllerNumberOfFaders element at the specified position in the MIDIControllerNumberOfFaders list with the specified controllerNumberOfFaders element. |
void |
setAdditionalSubjectInfos(java.util.List<java.lang.String> additionalInfos)
Sets a list of additionalSubjectInfos. |
void |
setContinuousButton(boolean continuousButton)
Sets the continuousButton. |
void |
setContinuousFader(boolean continuousFader)
Sets the continuousFader. |
void |
setInputDevice(int inputdevice)
Sets the MIDI input device. |
void |
setMIDIButtonNumberBackward(int buttonNumberBackward)
Sets the MIDIButtonNumberBackward. |
void |
setMIDIButtonNumberContinuous(java.util.List<java.lang.Integer> buttonNumberContinuous)
Sets the MIDIButtonNumberContinuous. |
void |
setMIDIButtonNumberForward(int buttonNumberForward)
Sets the MIDIButtonNumberForward. |
void |
setMIDIChannelNumber(int channelNumber)
Sets the MIDIChannelNumber. |
void |
setMIDIControllerNumberOfButtons(java.util.List<java.lang.Integer> controllerNumberOfButtons)
Sets a list of MIDIControllerNumberOfButtons. |
void |
setMIDIControllerNumberOfFaders(java.util.List<java.lang.Integer> controllerNumberOfFaders)
Sets a list of MIDIControllerNumberOfFaders. |
void |
setMIDIDefaultValue(int defaultValue)
Sets the MIDIDefaultValue of a fader. |
void |
setNumberOfFaders(int numberOfFaders)
Sets the numberOfFaders. |
void |
setOutputDevice(int outputdevice)
Sets the MIDI output device. |
void |
setTargetFolder(java.lang.String targetFolder)
Sets the target folder of the sessions. |
void |
setTimeCodeInputDevice(int timeCodeinputdevice)
Sets the MIDI time code input device. |
void |
setTimeSlice(float timeSlice)
Sets the timeslice. |
void |
setTotalTime(float totalTime)
Sets the totalTime. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Design()
Method Detail |
---|
public java.util.List<java.lang.String> getAdditionalSubjectInfos()
public void setAdditionalSubjectInfos(java.util.List<java.lang.String> additionalInfos)
additionalInfos
- public void addAdditionalSubjectInfo(java.lang.String additionalInfo)
additionalInfo
- public void removeAdditionalSubjectInfo(java.lang.String additionalInfo)
additionalInfo
- public int getMIDIButtonNumberBackward()
public void setMIDIButtonNumberBackward(int buttonNumberBackward)
buttonNumberBackward
- public int getMIDIButtonNumberForward()
public void setMIDIButtonNumberForward(int buttonNumberForward)
buttonNumberForward
- public int getMIDIChannelNumber()
public java.util.List<java.lang.Integer> getMIDIButtonNumberContinuous()
public void setMIDIButtonNumberContinuous(java.util.List<java.lang.Integer> buttonNumberContinuous)
buttonNumberForward
- public void addMIDIButtonNumberContinuous(java.lang.Integer buttonNumberContinuous)
buttonNumberContinuous
- public void clearMIDIButtonNumberContinuous()
public void setMIDIChannelNumber(int channelNumber)
channelNumber
- public java.util.List<java.lang.Integer> getMIDIControllerNumberOfFaders()
public void setMIDIControllerNumberOfFaders(java.util.List<java.lang.Integer> controllerNumberOfFaders)
controllerNumberOfFaders
- public void addMIDIControllerNumberOfFader(java.lang.Integer controllerNumberOfFaders)
controllerNumberOfFaders
- public void clearMIDIControllerNumberOfFaders()
public void replaceMIDIControllerNumberOfFader(java.lang.Integer index, java.lang.Integer controllerNumberOfFaders)
index
- controllerNumberOfFaders
- public java.util.List<java.lang.Integer> getMIDIControllerNumberOfButtons()
public void setMIDIControllerNumberOfButtons(java.util.List<java.lang.Integer> controllerNumberOfButtons)
controllerNumberOfButtons
- public void addMIDIControllerNumberOfButton(java.lang.Integer controllerNumberOfButtons)
controllerNumberOfButtons
- public void clearMIDIControllerNumberOfButtons()
public void replaceMIDIControllerNumberOfButton(java.lang.Integer index, java.lang.Integer controllerNumberOfButtons)
index
- controllerNumberOfButtons
- public int getMIDIDefaultValue()
public void setMIDIDefaultValue(int defaultValue)
defaultValue
- public int getNumberOfFaders()
public void setNumberOfFaders(int numberOfFaders)
numberOfFaders
- public int getTimeCodeInputDevice()
public void setTimeCodeInputDevice(int timeCodeinputdevice)
inputdevice
- public int getInputDevice()
public void setInputDevice(int inputdevice)
inputdevice
- public int getOutputDevice()
public void setOutputDevice(int outputdevice)
outputdevice
- public java.lang.String getTargetFolder()
public void setTargetFolder(java.lang.String targetFolder)
targetFolder
- public void clear()
public boolean isContinuousButton()
public void setContinuousButton(boolean continuousButton)
continuousButton
- public boolean isContinuousFader()
public void setContinuousFader(boolean continuousFader)
timeSlice
- public float getTimeSlice()
public void setTimeSlice(float timeSlice)
timeSlice
- public float getTotalTime()
public void setTotalTime(float totalTime)
totalTime
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |