Uses of Interface
org.eclipse.gmt.modisco.workflow.modiscoworkflow.Element

Packages that use Element
org.eclipse.gmt.modisco.workflow   
org.eclipse.gmt.modisco.workflow.modiscoworkflow   
org.eclipse.gmt.modisco.workflow.modiscoworkflow.util   
 

Uses of Element in org.eclipse.gmt.modisco.workflow
 

Subinterfaces of Element in org.eclipse.gmt.modisco.workflow
 interface WorkflowModel
          Deprecated.  
 

Methods in org.eclipse.gmt.modisco.workflow that return Element
 Element WorkflowModel.getElement(int index)
          Deprecated. Allows to retrieve a component at index specified
 

Methods in org.eclipse.gmt.modisco.workflow that return types with arguments of type Element
 java.util.List<Element> WorkflowModel.getAllElements()
          Deprecated. Allows to retrieve all components of the workflow
 

Methods in org.eclipse.gmt.modisco.workflow with parameters of type Element
 void WorkflowModel.addElement(Element element)
          Deprecated. Add a component in the workflow
 void WorkflowModelEvents.notifyElementAdded(Element element)
          Deprecated. Add a component in the Workwlow
 void WorkflowModelEvents.notifyElementInserted(int index, Element element)
          Deprecated. Change a component of Workflow Essentially, to up or down an element in the workflow
 void WorkflowModel.setElement(int index, Element element)
          Deprecated. Change a component in the workflow
 

Method parameters in org.eclipse.gmt.modisco.workflow with type arguments of type Element
 void WorkflowModel.synchronization(java.util.List<Element> elements)
          Deprecated. Allows to synchronize all resources contained in the workflow
 

Uses of Element in org.eclipse.gmt.modisco.workflow.modiscoworkflow
 

Subinterfaces of Element in org.eclipse.gmt.modisco.workflow.modiscoworkflow
 interface Work
          Deprecated.  
 interface Workflow
          Deprecated.  
 

Uses of Element in org.eclipse.gmt.modisco.workflow.modiscoworkflow.util
 

Methods in org.eclipse.gmt.modisco.workflow.modiscoworkflow.util with parameters of type Element
 T ModiscoworkflowSwitch.caseElement(Element object)
          Deprecated.