Uses of Class
org.drools.eclipse.flow.common.editor.core.ElementConnection

Packages that use ElementConnection
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.ruleflow.core   
 

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

Methods in org.drools.eclipse.flow.common.editor.core that return ElementConnection
 ElementConnection ElementConnectionFactory.createElementConnection()
           
 

Methods in org.drools.eclipse.flow.common.editor.core that return types with arguments of type ElementConnection
 List<ElementConnection> ElementWrapper.getIncomingConnections()
           
 List<ElementConnection> DefaultElementWrapper.getIncomingConnections()
           
 List<ElementConnection> ElementWrapper.getOutgoingConnections()
           
 List<ElementConnection> DefaultElementWrapper.getOutgoingConnections()
           
 

Methods in org.drools.eclipse.flow.common.editor.core with parameters of type ElementConnection
 boolean ElementWrapper.acceptsIncomingConnection(ElementConnection connection, ElementWrapper source)
           
 boolean ElementWrapper.acceptsOutgoingConnection(ElementConnection connection, ElementWrapper target)
           
 void ElementWrapper.addIncomingConnection(ElementConnection connection)
           
 void DefaultElementWrapper.addIncomingConnection(ElementConnection connection)
           
 void ElementWrapper.addOutgoingConnection(ElementConnection connection)
           
 void DefaultElementWrapper.addOutgoingConnection(ElementConnection connection)
           
protected  void DefaultElementWrapper.internalAddIncomingConnection(ElementConnection connection)
           
protected  void DefaultElementWrapper.internalAddOutgoingConnection(ElementConnection connection)
           
protected  void DefaultElementWrapper.internalRemoveIncomingConnection(ElementConnection connection)
           
protected  void DefaultElementWrapper.internalRemoveOutgoingConnection(ElementConnection connection)
           
 void ElementWrapper.localAddIncomingConnection(ElementConnection connection)
           
 void DefaultElementWrapper.localAddIncomingConnection(ElementConnection connection)
           
 void ElementWrapper.localAddOutgoingConnection(ElementConnection connection)
           
 void DefaultElementWrapper.localAddOutgoingConnection(ElementConnection connection)
           
 void ElementWrapper.removeIncomingConnection(ElementConnection connection)
           
 void DefaultElementWrapper.removeIncomingConnection(ElementConnection connection)
           
 void ElementWrapper.removeOutgoingConnection(ElementConnection connection)
           
 void DefaultElementWrapper.removeOutgoingConnection(ElementConnection connection)
           
 

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

Methods in org.drools.eclipse.flow.common.editor.core.command with parameters of type ElementConnection
 void DeleteConnectionCommand.setAntecedentTaskConnection(ElementConnection connection)
           
 void ElementConnectionCreateCommand.setConnection(ElementConnection connection)
           
 void ReconnectElementConnectionSourceCommand.setConnection(ElementConnection connection)
           
 void ReconnectElementConnectionTargetCommand.setConnection(ElementConnection connection)
           
 void SplitConnectionCommand.setElementConnection(ElementConnection connection)
           
 void SplitConnectionCommand.setNewSecondConnection(ElementConnection connection)
           
 

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

Methods in org.drools.eclipse.flow.common.editor.editpart that return types with arguments of type ElementConnection
protected  List<ElementConnection> ElementEditPart.getModelSourceConnections()
           
protected  List<ElementConnection> ElementEditPart.getModelTargetConnections()
           
 

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

Subclasses of ElementConnection in org.drools.eclipse.flow.ruleflow.core
 class ConnectionWrapper
          Wrapper for a connection.
 

Methods in org.drools.eclipse.flow.ruleflow.core that return ElementConnection
 ElementConnection ConnectionWrapperFactory.createElementConnection()
           
 

Methods in org.drools.eclipse.flow.ruleflow.core with parameters of type ElementConnection
 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)
           
 



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