public interface Block
extends org.eclipse.emf.ecore.EObject
ProtelisPackage.getBlock()| Modifier and Type | Method and Description |
|---|---|
Statement |
getFirst()
Returns the value of the 'First' containment reference.
|
Block |
getOthers()
Returns the value of the 'Others' containment reference.
|
void |
setFirst(Statement value)
Sets the value of the '
First' containment reference. |
void |
setOthers(Block value)
Sets the value of the '
Others' containment reference. |
Statement getFirst()
If the meaning of the 'First' containment reference isn't clear, there really should be more of a description here...
setFirst(Statement),
ProtelisPackage.getBlock_First()void setFirst(Statement value)
First' containment reference.
value - the new value of the 'First' containment reference.getFirst()Block getOthers()
If the meaning of the 'Others' containment reference isn't clear, there really should be more of a description here...
setOthers(Block),
ProtelisPackage.getBlock_Others()void setOthers(Block value)
Others' containment reference.
value - the new value of the 'Others' containment reference.getOthers()Copyright © 2015. All rights reserved.