public interface CycabTK extends RoboticSimulator
The following features are supported:
RobotMLPackage.getCycabTK()
Modifier and Type | Method and Description |
---|---|
Object |
getTimeFactor()
Returns the value of the 'Time Factor' attribute.
|
Object |
getTimeStep()
Returns the value of the 'Time Step' attribute.
|
boolean |
isUseRealTime()
Returns the value of the 'Use Real Time' attribute.
|
void |
setTimeFactor(Object value)
Sets the value of the '
Time Factor ' attribute. |
void |
setTimeStep(Object value)
Sets the value of the '
Time Step ' attribute. |
void |
setUseRealTime(boolean value)
Sets the value of the '
Use Real Time ' attribute. |
getBase_Node, getLibrary, setBase_Node
getAlias, getBase_Class, getLibraryComponentName, getLibraryPath, isNative, setAlias, setBase_Class, setLibraryComponentName, setLibraryPath, setNative
boolean isUseRealTime()
If the meaning of the 'Use Real Time' attribute isn't clear, there really should be more of a description here...
setUseRealTime(boolean)
,
RobotMLPackage.getCycabTK_UseRealTime()
void setUseRealTime(boolean value)
Use Real Time
' attribute.
value
- the new value of the 'Use Real Time' attribute.isUseRealTime()
Object getTimeStep()
If the meaning of the 'Time Step' attribute isn't clear, there really should be more of a description here...
#setTimeStep(Float32)
,
RobotMLPackage.getCycabTK_TimeStep()
void setTimeStep(Object value)
Time Step
' attribute.
value
- the new value of the 'Time Step' attribute.getTimeStep()
Object getTimeFactor()
If the meaning of the 'Time Factor' attribute isn't clear, there really should be more of a description here...
#setTimeFactor(Float32)
,
RobotMLPackage.getCycabTK_TimeFactor()
void setTimeFactor(Object value)
Time Factor
' attribute.
value
- the new value of the 'Time Factor' attribute.getTimeFactor()
Copyright © 2016 Eclipse foundation. All rights reserved.