public interface VisualPointer extends Value
The following features are supported:
org.geppetto.model.values.ValuesPackage#getVisualPointer()
Modifier and Type | Method and Description |
---|---|
float |
getFraction()
Returns the value of the 'Fraction' attribute.
|
Variable |
getVisualVariable()
Returns the value of the 'Visual Variable' reference.
|
void |
setFraction(float value)
Sets the value of the '
Fraction ' attribute. |
void |
setVisualVariable(Variable value)
Sets the value of the '
Visual Variable ' reference. |
isSynched, setSynched
Variable getVisualVariable()
If the meaning of the 'Visual Variable' reference isn't clear, there really should be more of a description here...
setVisualVariable(Variable)
,
org.geppetto.model.values.ValuesPackage#getVisualPointer_VisualVariable()
void setVisualVariable(Variable value)
Visual Variable
' reference.
value
- the new value of the 'Visual Variable' reference.getVisualVariable()
float getFraction()
If the meaning of the 'Fraction' attribute isn't clear, there really should be more of a description here...
setFraction(float)
,
org.geppetto.model.values.ValuesPackage#getVisualPointer_Fraction()
void setFraction(float value)
Fraction
' attribute.
value
- the new value of the 'Fraction' attribute.getFraction()