Uses of Interface
org.drools.eclipse.flow.common.editor.core.ElementWrapper

Packages that use ElementWrapper
org.drools.eclipse.flow.common.editor.core   
org.drools.eclipse.flow.common.editor.core.command   
org.drools.eclipse.flow.common.editor.editpart   
org.drools.eclipse.flow.common.editor.policy   
org.drools.eclipse.flow.ruleflow.core   
 

Uses of ElementWrapper in org.drools.eclipse.flow.common.editor.core
 

Classes in org.drools.eclipse.flow.common.editor.core that implement ElementWrapper
 class DefaultElementWrapper
          Default wrapper of a model element.
 class ElementContainerElementWrapper
           
 

Methods in org.drools.eclipse.flow.common.editor.core that return ElementWrapper
 ElementWrapper ProcessWrapper.getElement(String id)
           
 ElementWrapper ElementConnection.getSource()
           
 ElementWrapper ElementConnection.getTarget()
           
 

Methods in org.drools.eclipse.flow.common.editor.core that return types with arguments of type ElementWrapper
 List<ElementWrapper> ElementContainerElementWrapper.getElements()
           
 List<ElementWrapper> ProcessWrapper.getElements()
           
 List<ElementWrapper> ElementContainer.getElements()
           
 

Methods in org.drools.eclipse.flow.common.editor.core with parameters of type ElementWrapper
 boolean ElementWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean ElementWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 void ElementContainerElementWrapper.addElement(ElementWrapper element)
           
 void ProcessWrapper.addElement(ElementWrapper element)
           
 void ElementContainer.addElement(ElementWrapper element)
           
 boolean ElementContainerElementWrapper.canAddElement(ElementWrapper element)
           
 boolean ProcessWrapper.canAddElement(ElementWrapper element)
           
 boolean ElementContainer.canAddElement(ElementWrapper element)
           
 void ElementConnection.connect(ElementWrapper source, ElementWrapper target)
           
protected abstract  void ElementContainerElementWrapper.internalAddElement(ElementWrapper element)
           
protected abstract  void ProcessWrapper.internalAddElement(ElementWrapper element)
           
protected abstract  void ElementContainerElementWrapper.internalRemoveElement(ElementWrapper element)
           
protected abstract  void ProcessWrapper.internalRemoveElement(ElementWrapper element)
           
 void ElementContainerElementWrapper.localAddElement(ElementWrapper element)
           
 void ProcessWrapper.localAddElement(ElementWrapper element)
           
 void ElementContainer.localAddElement(ElementWrapper element)
           
 void ElementConnection.localSetSource(ElementWrapper source)
           
 void ElementConnection.localSetTarget(ElementWrapper target)
           
 void ElementContainerElementWrapper.removeElement(ElementWrapper element)
           
 void ProcessWrapper.removeElement(ElementWrapper element)
           
 void ElementContainer.removeElement(ElementWrapper element)
           
 

Uses of ElementWrapper in org.drools.eclipse.flow.common.editor.core.command
 

Methods in org.drools.eclipse.flow.common.editor.core.command that return ElementWrapper
protected  ElementWrapper AddElementCommand.getChild()
           
 ElementWrapper ElementConnectionCreateCommand.getSource()
           
 ElementWrapper ElementConnectionCreateCommand.getTarget()
           
 

Methods in org.drools.eclipse.flow.common.editor.core.command with parameters of type ElementWrapper
 void DeleteElementCommand.setChild(ElementWrapper child)
           
 void AddElementCommand.setChild(ElementWrapper newChild)
           
 void ChangeConstraintCommand.setElement(ElementWrapper element)
           
 void SplitConnectionCommand.setNewElement(ElementWrapper newElement)
           
 void DeleteConnectionCommand.setSource(ElementWrapper action)
           
 void ElementConnectionCreateCommand.setSource(ElementWrapper source)
           
 void RenameElementCommand.setSource(ElementWrapper action)
           
 void ReconnectElementConnectionSourceCommand.setSource(ElementWrapper source)
           
 void DeleteConnectionCommand.setTarget(ElementWrapper action)
           
 void ElementConnectionCreateCommand.setTarget(ElementWrapper target)
           
 void ReconnectElementConnectionTargetCommand.setTarget(ElementWrapper target)
           
 

Uses of ElementWrapper in org.drools.eclipse.flow.common.editor.editpart
 

Methods in org.drools.eclipse.flow.common.editor.editpart that return ElementWrapper
 ElementWrapper ElementEditPart.getElementWrapper()
           
 

Uses of ElementWrapper in org.drools.eclipse.flow.common.editor.policy
 

Methods in org.drools.eclipse.flow.common.editor.policy that return ElementWrapper
protected  ElementWrapper ElementNodeEditPolicy.getElement()
           
 

Uses of ElementWrapper in org.drools.eclipse.flow.ruleflow.core
 

Subinterfaces of ElementWrapper in org.drools.eclipse.flow.ruleflow.core
 interface NodeWrapper
          Wrapper for a node.
 

Classes in org.drools.eclipse.flow.ruleflow.core that implement ElementWrapper
 class AbstractNodeWrapper
          Wrapper for a node.
 class ActionWrapper
          Wrapper for an action node.
 class CompositeContextNodeWrapper
           
 class CompositeNodeWrapper
           
 class DefaultNodeWrapper
           
 class DynamicNodeWrapper
           
 class EndNodeWrapper
          Wrapper for an end node.
 class EventNodeWrapper
          Wrapper for a start node.
 class ExtendedNodeWrapper
           
 class FaultNodeWrapper
          Wrapper for a fault node.
 class ForEachNodeWrapper
           
 class HumanTaskNodeWrapper
          Wrapper for a human task node.
 class JoinWrapper
          Wrapper for a join node.
 class MilestoneWrapper
          Wrapper for a milestone node.
 class RuleSetNodeWrapper
          Wrapper for a RuleSet node.
 class SplitWrapper
          Wrapper for a split node.
 class StartNodeWrapper
          Wrapper for a start node.
 class StateBasedNodeWrapper
           
 class StateNodeWrapper
          Wrapper for a milestone node.
 class SubProcessWrapper
          Wrapper for a SubFlow node.
 class TimerWrapper
          Wrapper for a timer node.
 class WorkItemWrapper
          Wrapper for a work item node.
 

Methods in org.drools.eclipse.flow.ruleflow.core with parameters of type ElementWrapper
 boolean ActionWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean FaultNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean AbstractNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean EndNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean SubProcessWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean RuleSetNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean TimerWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean SplitWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean EventNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean ForEachNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean WorkItemWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean MilestoneWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean DefaultNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean StateNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean DynamicNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean CompositeContextNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean StartNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean CompositeNodeWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean ActionWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean FaultNodeWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean AbstractNodeWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean EndNodeWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean SubProcessWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean RuleSetNodeWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean TimerWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean EventNodeWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean ForEachNodeWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean WorkItemWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean MilestoneWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean DefaultNodeWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean JoinWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean DynamicNodeWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean CompositeContextNodeWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean StartNodeWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean CompositeNodeWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 boolean RuleFlowProcessWrapper.canAddElement(ElementWrapper element)
           
 void ConnectionWrapper.connect(ElementWrapper source, ElementWrapper target)
           
protected  void RuleFlowProcessWrapper.internalAddElement(ElementWrapper element)
           
protected  void CompositeContextNodeWrapper.internalAddElement(ElementWrapper element)
           
protected  void CompositeNodeWrapper.internalAddElement(ElementWrapper element)
           
protected  void RuleFlowProcessWrapper.internalRemoveElement(ElementWrapper element)
           
protected  void CompositeContextNodeWrapper.internalRemoveElement(ElementWrapper element)
           
protected  void CompositeNodeWrapper.internalRemoveElement(ElementWrapper element)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.