public interface Connection
extends org.eclipse.emf.ecore.EObject
VisualInterfacePackage.getConnection()
Modifier and Type | Method and Description |
---|---|
Primitive |
getEnd()
Returns the value of the 'End' reference.
|
Primitive |
getStart()
Returns the value of the 'Start' reference.
|
void |
setEnd(Primitive value)
Sets the value of the '
End ' reference. |
void |
setStart(Primitive value)
Sets the value of the '
Start ' reference. |
Primitive getStart()
If the meaning of the 'Start' reference isn't clear, there really should be more of a description here...
setStart(Primitive)
,
VisualInterfacePackage.getConnection_Start()
void setStart(Primitive value)
Start
' reference.
value
- the new value of the 'Start' reference.getStart()
Primitive getEnd()
If the meaning of the 'End' reference isn't clear, there really should be more of a description here...
setEnd(Primitive)
,
VisualInterfacePackage.getConnection_End()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.