g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.workflow.model.IWorkflowNode

Packages that use IWorkflowNode
eu.geclipse.workflow.impl   
eu.geclipse.workflow.model   
eu.geclipse.workflow.util   
 

Uses of IWorkflowNode in eu.geclipse.workflow.impl
 

Classes in eu.geclipse.workflow.impl that implement IWorkflowNode
 class WorkflowJobImpl
          An implementation of the model object 'IWorkflow Job'
 class WorkflowNodeImpl
          An implementation of the model object 'IWorkflow Node'
 

Methods in eu.geclipse.workflow.impl that return IWorkflowNode
 IWorkflowNode OutputPortImpl.getNode()
           
 IWorkflowNode InputPortImpl.getNode()
           
 

Methods in eu.geclipse.workflow.impl with parameters of type IWorkflowNode
 NotificationChain OutputPortImpl.basicSetNode(IWorkflowNode newNode, NotificationChain msgs)
           
 NotificationChain InputPortImpl.basicSetNode(IWorkflowNode newNode, NotificationChain msgs)
           
 void OutputPortImpl.setNode(IWorkflowNode newNode)
           
 void InputPortImpl.setNode(IWorkflowNode newNode)
           
 

Uses of IWorkflowNode in eu.geclipse.workflow.model
 

Subinterfaces of IWorkflowNode in eu.geclipse.workflow.model
 interface IWorkflowJob
          A representation of the model object 'IWorkflow Job'
 

Methods in eu.geclipse.workflow.model that return IWorkflowNode
 IWorkflowNode IOutputPort.getNode()
          Returns the value of the 'Node' container reference.
 IWorkflowNode IInputPort.getNode()
          Returns the value of the 'Node' container reference.
 

Methods in eu.geclipse.workflow.model with parameters of type IWorkflowNode
 void IOutputPort.setNode(IWorkflowNode value)
          Sets the value of the 'Node' container reference
 void IInputPort.setNode(IWorkflowNode value)
          Sets the value of the 'Node' container reference
 

Uses of IWorkflowNode in eu.geclipse.workflow.util
 

Methods in eu.geclipse.workflow.util with parameters of type IWorkflowNode
 T WorkflowSwitch.caseIWorkflowNode(IWorkflowNode object)
          Returns the result of interpreting the object as an instance of 'IWorkflow Node'
 


g-Eclipse
Release 1.0.0