g-Eclipse
Release 1.0.0

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

Packages that use IInputPort
eu.geclipse.workflow.impl   
eu.geclipse.workflow.model   
eu.geclipse.workflow.ui.edit.policies   
eu.geclipse.workflow.util   
 

Uses of IInputPort in eu.geclipse.workflow.impl
 

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

Methods in eu.geclipse.workflow.impl that return IInputPort
 IInputPort LinkImpl.basicGetTarget()
           
 IInputPort WorkflowFactoryImpl.createIInputPort()
           
 IInputPort LinkImpl.getTarget()
           
 

Methods in eu.geclipse.workflow.impl with parameters of type IInputPort
 NotificationChain LinkImpl.basicSetTarget(IInputPort newTarget, NotificationChain msgs)
           
 void LinkImpl.setTarget(IInputPort newTarget)
           
 

Uses of IInputPort in eu.geclipse.workflow.model
 

Methods in eu.geclipse.workflow.model that return IInputPort
 IInputPort IWorkflowFactory.createIInputPort()
          Returns a new object of class 'IInput Port'
 IInputPort ILink.getTarget()
          Returns the value of the 'Target' reference.
 

Methods in eu.geclipse.workflow.model with parameters of type IInputPort
 void ILink.setTarget(IInputPort value)
          Sets the value of the 'Target' reference
 

Uses of IInputPort in eu.geclipse.workflow.ui.edit.policies
 

Methods in eu.geclipse.workflow.ui.edit.policies with parameters of type IInputPort
static boolean WorkflowBaseItemSemanticEditPolicy.LinkConstraints.canCreateILink_3001(IWorkflow container, IOutputPort source, IInputPort target)
           
static boolean WorkflowBaseItemSemanticEditPolicy.LinkConstraints.canExistILink_3001(IWorkflow container, IOutputPort source, IInputPort target)
           
 

Uses of IInputPort in eu.geclipse.workflow.util
 

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


g-Eclipse
Release 1.0.0