com.hammurapi.flow
Interface Pin

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PinImpl

public interface Pin
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Pin'. Pin is a connection point for transitions.

The following features are supported:

See Also:
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

getOutput

org.eclipse.emf.common.util.EList<Transition> getOutput()
Returns the value of the 'Output' reference list. The list contents are of type 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...

Returns:
the value of the 'Output' reference list.
See Also:
FlowPackage.getPin_Output(), Transition.getFromPin()

getInput

org.eclipse.emf.common.util.EList<Transition> getInput()
Returns the value of the 'Input' reference list. The list contents are of type 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...

Returns:
the value of the 'Input' reference list.
See Also:
FlowPackage.getPin_Input(), Transition.getToPin()

getNode

Node getNode()
Returns the value of the 'Node' container reference. It is bidirectional and its opposite is 'Pin'.

If the meaning of the 'Node' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Node' container reference.
See Also:
setNode(Node), FlowPackage.getPin_Node(), Node.getPin()

setNode

void setNode(Node value)
Sets the value of the 'Node' container reference.

Parameters:
value - the new value of the 'Node' container reference.
See Also:
getNode()

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), FlowPackage.getPin_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getPinConfig

Factory getPinConfig()
Returns the value of the 'Pin Config' containment reference. Optional pin configuration data.

Returns:
the value of the 'Pin Config' containment reference.
See Also:
setPinConfig(Factory), FlowPackage.getPin_PinConfig()

setPinConfig

void setPinConfig(Factory value)
Sets the value of the 'Pin Config' containment reference.

Parameters:
value - the new value of the 'Pin Config' containment reference.
See Also:
getPinConfig()