g-Eclipse
Release 1.0.0

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

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

Uses of ILink in eu.geclipse.workflow.impl
 

Classes in eu.geclipse.workflow.impl that implement ILink
 class LinkImpl
          An implementation of the model object 'ILink'
 

Methods in eu.geclipse.workflow.impl that return ILink
 ILink WorkflowFactoryImpl.createILink()
           
 

Uses of ILink in eu.geclipse.workflow.model
 

Methods in eu.geclipse.workflow.model that return ILink
 ILink IWorkflowFactory.createILink()
          Returns a new object of class 'ILink'
 

Uses of ILink in eu.geclipse.workflow.util
 

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


g-Eclipse
Release 1.0.0