org.drools.eclipse.flow.common.editor.core
Interface ElementWrapper
- All Known Subinterfaces:
- NodeWrapper
- All Known Implementing Classes:
- AbstractNodeWrapper, ActionWrapper, CompositeContextNodeWrapper, CompositeNodeWrapper, DefaultElementWrapper, DefaultNodeWrapper, DynamicNodeWrapper, ElementContainerElementWrapper, EndNodeWrapper, EventNodeWrapper, ExtendedNodeWrapper, FaultNodeWrapper, ForEachNodeWrapper, HumanTaskNodeWrapper, JoinWrapper, MilestoneWrapper, RuleSetNodeWrapper, SplitWrapper, StartNodeWrapper, StateBasedNodeWrapper, StateNodeWrapper, SubProcessWrapper, TimerWrapper, WorkItemWrapper
public interface ElementWrapper
Wrapper of a model element.
CHANGE_ID
static final int CHANGE_ID
- See Also:
- Constant Field Values
CHANGE_INCOMING_CONNECTIONS
static final int CHANGE_INCOMING_CONNECTIONS
- See Also:
- Constant Field Values
CHANGE_OUTGOING_CONNECTIONS
static final int CHANGE_OUTGOING_CONNECTIONS
- See Also:
- Constant Field Values
CHANGE_CONSTRAINT
static final int CHANGE_CONSTRAINT
- See Also:
- Constant Field Values
CHANGE_NAME
static final int CHANGE_NAME
- See Also:
- Constant Field Values
getId
String getId()
getName
String getName()
setName
void setName(String name)
setConstraint
void setConstraint(org.eclipse.draw2d.geometry.Rectangle constraint)
getConstraint
org.eclipse.draw2d.geometry.Rectangle getConstraint()
setParent
void setParent(ElementContainer parent)
getParent
ElementContainer getParent()
getOutgoingConnections
List<ElementConnection> getOutgoingConnections()
getIncomingConnections
List<ElementConnection> getIncomingConnections()
addIncomingConnection
void addIncomingConnection(ElementConnection connection)
localAddIncomingConnection
void localAddIncomingConnection(ElementConnection connection)
removeIncomingConnection
void removeIncomingConnection(ElementConnection connection)
addOutgoingConnection
void addOutgoingConnection(ElementConnection connection)
localAddOutgoingConnection
void localAddOutgoingConnection(ElementConnection connection)
removeOutgoingConnection
void removeOutgoingConnection(ElementConnection connection)
acceptsIncomingConnection
boolean acceptsIncomingConnection(ElementConnection connection,
ElementWrapper source)
acceptsOutgoingConnection
boolean acceptsOutgoingConnection(ElementConnection connection,
ElementWrapper target)
addListener
void addListener(ModelListener listener)
removeListener
void removeListener(ModelListener listener)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.