public interface SetPointChangeEvent extends BusDynamicEvent
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
double |
getChangeValue()
Returns the value of the 'Change Value' attribute.
|
MachineControllerType |
getControllerType()
Returns the value of the 'Controller Type' attribute.
|
java.lang.String |
getMachId()
Returns the value of the 'Mach Id' attribute.
|
boolean |
isAbusoluteChange()
Returns the value of the 'Abusolute Change' attribute.
|
void |
setAbusoluteChange(boolean value)
Sets the value of the '
Abusolute Change' attribute. |
void |
setChangeValue(double value)
Sets the value of the '
Change Value' attribute. |
void |
setControllerType(MachineControllerType value)
Sets the value of the '
Controller Type' attribute. |
void |
setMachId(java.lang.String value)
Sets the value of the '
Mach Id' attribute. |
getDStabBus, setDStabBuscheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatuseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMachineControllerType getControllerType()
MachineControllerType.
If the meaning of the 'Controller Type' attribute isn't clear, there really should be more of a description here...
machine set point change typeMachineControllerType,
setControllerType(MachineControllerType),
DstabDeventPackage.getSetPointChangeEvent_ControllerType()void setControllerType(MachineControllerType value)
Controller Type' attribute.
value - the new value of the 'Controller Type' attribute.MachineControllerType,
getControllerType()double getChangeValue()
If the meaning of the 'Change Value' attribute isn't clear, there really should be more of a description here...
machine set point change valuesetChangeValue(double),
DstabDeventPackage.getSetPointChangeEvent_ChangeValue()void setChangeValue(double value)
Change Value' attribute.
value - the new value of the 'Change Value' attribute.getChangeValue()boolean isAbusoluteChange()
If the meaning of the 'Abusolute Change' attribute isn't clear, there really should be more of a description here...
machine set point change value type, absolute or incrementalsetAbusoluteChange(boolean),
DstabDeventPackage.getSetPointChangeEvent_AbusoluteChange()void setAbusoluteChange(boolean value)
Abusolute Change' attribute.
value - the new value of the 'Abusolute Change' attribute.isAbusoluteChange()java.lang.String getMachId()
If the meaning of the 'Mach Id' attribute isn't clear, there really should be more of a description here...
machine set point change machine idsetMachId(String),
DstabDeventPackage.getSetPointChangeEvent_MachId()void setMachId(java.lang.String value)
Mach Id' attribute.
value - the new value of the 'Mach Id' attribute.getMachId()