g-Eclipse
Release 1.0.0

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

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

Uses of IPort in eu.geclipse.workflow.impl
 

Classes in eu.geclipse.workflow.impl that implement IPort
 class InputPortImpl
          An implementation of the model object 'IInput Port'
 class OutputPortImpl
          An implementation of the model object 'IOutput Port'
 class PortImpl
          An implementation of the model object 'IPort'
 

Uses of IPort in eu.geclipse.workflow.model
 

Subinterfaces of IPort in eu.geclipse.workflow.model
 interface IInputPort
          A representation of the model object 'IInput Port'
 interface IOutputPort
          A representation of the model object 'IOutputPort'
 

Uses of IPort in eu.geclipse.workflow.util
 

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


g-Eclipse
Release 1.0.0