g-Eclipse
Release 1.0.0

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

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

Uses of IWorkflowElement in eu.geclipse.workflow.impl
 

Classes in eu.geclipse.workflow.impl that implement IWorkflowElement
 class InputPortImpl
          An implementation of the model object 'IInput Port'
 class LinkImpl
          An implementation of the model object 'ILink'
 class OutputPortImpl
          An implementation of the model object 'IOutput Port'
 class PortImpl
          An implementation of the model object 'IPort'
 class WorkflowElementImpl
          An implementation of the model object 'IWorkflow Element'
 class WorkflowImpl
          An implementation of the model object 'IWorkflow'
 class WorkflowJobImpl
          An implementation of the model object 'IWorkflow Job'
 class WorkflowNodeImpl
          An implementation of the model object 'IWorkflow Node'
 

Uses of IWorkflowElement in eu.geclipse.workflow.model
 

Subinterfaces of IWorkflowElement in eu.geclipse.workflow.model
 interface IInputPort
          A representation of the model object 'IInput Port'
 interface ILink
          A representation of the model object 'ILink'
 interface IOutputPort
          A representation of the model object 'IOutputPort'
 interface IPort
          A representation of the model object 'IPort'
 interface IWorkflow
          A representation of the model object 'IWorkflow'
 interface IWorkflowJob
          A representation of the model object 'IWorkflow Job'
 interface IWorkflowNode
          A representation of the model object 'IWorkflow Node'
 

Uses of IWorkflowElement in eu.geclipse.workflow.util
 

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


g-Eclipse
Release 1.0.0