g-Eclipse
Release 1.0.0

eu.geclipse.workflow.impl
Class OutputPortImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.workflow.impl.WorkflowElementImpl
          extended by eu.geclipse.workflow.impl.PortImpl
              extended by eu.geclipse.workflow.impl.OutputPortImpl
All Implemented Interfaces:
IOutputPort, IPort, IWorkflowElement

public class OutputPortImpl
extends PortImpl
implements IOutputPort

An implementation of the model object 'IOutput Port'.

The following features are implemented:


Method Summary
 NotificationChain basicSetNode(IWorkflowNode newNode, NotificationChain msgs)
           
 NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
  getLinks()
           
 IWorkflowNode getNode()
           
 void setNode(IWorkflowNode newNode)
           
 
Methods inherited from class eu.geclipse.workflow.impl.PortImpl
getFileName, setFileName, toString
 
Methods inherited from class eu.geclipse.workflow.impl.WorkflowElementImpl
generateId, getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface eu.geclipse.workflow.model.IPort
getFileName, setFileName
 
Methods inherited from interface eu.geclipse.workflow.model.IWorkflowElement
getId, getName, setId, setName
 

Method Detail

getNode

public IWorkflowNode getNode()

Specified by:
getNode in interface IOutputPort
Returns:
the value of the 'Node' container reference.
See Also:
IOutputPort.setNode(IWorkflowNode), eu.geclipse.workflow.WorkflowPackage#getIOutputPort_Node(), IWorkflowNode.getOutputs()

basicSetNode

public NotificationChain basicSetNode(IWorkflowNode newNode,
                                      NotificationChain msgs)


setNode

public void setNode(IWorkflowNode newNode)

Specified by:
setNode in interface IOutputPort
Parameters:
newNode - the new value of the 'Node' container reference.
See Also:
IOutputPort.getNode()

getLinks

public  getLinks()

Specified by:
getLinks in interface IOutputPort
Returns:
the value of the 'Links' reference list.
See Also:
eu.geclipse.workflow.WorkflowPackage#getIOutputPort_Links(), ILink.getSource()

eInverseAdd

public NotificationChain eInverseAdd(InternalEObject otherEnd,
                                     int featureID,
                                     NotificationChain msgs)


eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eBasicRemoveFromContainerFeature

public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Overrides:
eGet in class PortImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Overrides:
eSet in class PortImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class PortImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class PortImpl

g-Eclipse
Release 1.0.0