g-Eclipse
Release 1.0.0

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

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

Uses of IWorkflow in eu.geclipse.workflow.impl
 

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

Methods in eu.geclipse.workflow.impl that return IWorkflow
 IWorkflow WorkflowFactoryImpl.createIWorkflow()
           
 IWorkflow WorkflowNodeImpl.getWorkflow()
           
 IWorkflow LinkImpl.getWorkflow()
           
 

Methods in eu.geclipse.workflow.impl with parameters of type IWorkflow
 NotificationChain WorkflowNodeImpl.basicSetWorkflow(IWorkflow newWorkflow, NotificationChain msgs)
           
 NotificationChain LinkImpl.basicSetWorkflow(IWorkflow newWorkflow, NotificationChain msgs)
           
 void WorkflowNodeImpl.setWorkflow(IWorkflow newWorkflow)
           
 void LinkImpl.setWorkflow(IWorkflow newWorkflow)
           
 

Uses of IWorkflow in eu.geclipse.workflow.model
 

Methods in eu.geclipse.workflow.model that return IWorkflow
 IWorkflow IWorkflowFactory.createIWorkflow()
          Returns a new object of class 'IWorkflow'
 IWorkflow IWorkflowNode.getWorkflow()
          Returns the value of the 'Workflow' container reference.
 IWorkflow ILink.getWorkflow()
          Returns the value of the 'Workflow' container reference.
 

Methods in eu.geclipse.workflow.model with parameters of type IWorkflow
 void IWorkflowNode.setWorkflow(IWorkflow value)
          Sets the value of the 'Workflow' container reference
 void ILink.setWorkflow(IWorkflow value)
          Sets the value of the 'Workflow' container reference
 

Uses of IWorkflow in eu.geclipse.workflow.ui.edit.commands
 

Methods in eu.geclipse.workflow.ui.edit.commands that return IWorkflow
 IWorkflow LinkCreateCommand.getContainer()
           
 

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

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

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


g-Eclipse
Release 1.0.0