g-Eclipse
Release 1.0.0

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

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

Uses of IOutputPort in eu.geclipse.workflow.impl
 

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

Methods in eu.geclipse.workflow.impl that return IOutputPort
 IOutputPort LinkImpl.basicGetSource()
           
 IOutputPort WorkflowFactoryImpl.createIOutputPort()
           
 IOutputPort LinkImpl.getSource()
           
 

Methods in eu.geclipse.workflow.impl with parameters of type IOutputPort
 NotificationChain LinkImpl.basicSetSource(IOutputPort newSource, NotificationChain msgs)
           
 void LinkImpl.setSource(IOutputPort newSource)
           
 

Uses of IOutputPort in eu.geclipse.workflow.model
 

Methods in eu.geclipse.workflow.model that return IOutputPort
 IOutputPort IWorkflowFactory.createIOutputPort()
          Returns a new object of class 'IOutput Port'
 IOutputPort ILink.getSource()
          Returns the value of the 'Source' reference.
 

Methods in eu.geclipse.workflow.model with parameters of type IOutputPort
 void ILink.setSource(IOutputPort value)
          Sets the value of the 'Source' reference
 

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

Methods in eu.geclipse.workflow.ui.edit.policies with parameters of type IOutputPort
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 IOutputPort in eu.geclipse.workflow.util
 

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


g-Eclipse
Release 1.0.0