|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Pin
A representation of the model object 'Pin'. Pin is a connection point for transitions.
The following features are supported:
FlowPackage.getPin()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<Transition> |
getInput()
Returns the value of the 'Input' reference list. |
String |
getName()
Returns the value of the 'Name' attribute. |
Node |
getNode()
Returns the value of the 'Node' container reference. |
org.eclipse.emf.common.util.EList<Transition> |
getOutput()
Returns the value of the 'Output' reference list. |
Factory |
getPinConfig()
Returns the value of the 'Pin Config' containment reference. |
void |
setName(String value)
Sets the value of the ' Name' attribute. |
void |
setNode(Node value)
Sets the value of the ' Node' container reference. |
void |
setPinConfig(Factory value)
Sets the value of the ' Pin Config' containment reference. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
org.eclipse.emf.common.util.EList<Transition> getOutput()
Transition.
It is bidirectional and its opposite is 'From Pin'.
If the meaning of the 'Output' reference list isn't clear, there really should be more of a description here...
FlowPackage.getPin_Output(),
Transition.getFromPin()org.eclipse.emf.common.util.EList<Transition> getInput()
Transition.
It is bidirectional and its opposite is 'To Pin'.
If the meaning of the 'Input' reference list isn't clear, there really should be more of a description here...
FlowPackage.getPin_Input(),
Transition.getToPin()Node getNode()
Pin'.
If the meaning of the 'Node' container reference isn't clear, there really should be more of a description here...
setNode(Node),
FlowPackage.getPin_Node(),
Node.getPin()void setNode(Node value)
Node' container reference.
value - the new value of the 'Node' container reference.getNode()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
FlowPackage.getPin_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Factory getPinConfig()
setPinConfig(Factory),
FlowPackage.getPin_PinConfig()void setPinConfig(Factory value)
Pin Config' containment reference.
value - the new value of the 'Pin Config' containment reference.getPinConfig()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||