public class BpmElement extends java.lang.Object implements ConnectorPuzzle
ConnectorPuzzle.Where
Constructor and Description |
---|
BpmElement(java.lang.String id,
BpmElementType type) |
BpmElement(java.lang.String id,
BpmElementType type,
java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
void |
append(ConnectorPuzzle.Where where) |
void |
append(ConnectorPuzzle other) |
protected java.util.Set<ConnectorPuzzle.Where> |
connections() |
XDimension2D |
getDimension(StringBounder stringBounder,
ISkinParam skinParam) |
Display |
getDisplay() |
java.lang.String |
getId() |
BpmElementType |
getType() |
boolean |
have(ConnectorPuzzle.Where where) |
void |
remove(ConnectorPuzzle.Where where) |
java.lang.String |
toString() |
TextBlock |
toTextBlock(ISkinParam skinParam) |
TextBlock |
toTextBlockInternal(ISkinParam skinParam) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
append, have, remove
public BpmElement(java.lang.String id, BpmElementType type, java.lang.String label)
public BpmElement(java.lang.String id, BpmElementType type)
public java.lang.String toString()
toString
in class java.lang.Object
public BpmElementType getType()
public final Display getDisplay()
public TextBlock toTextBlock(ISkinParam skinParam)
toTextBlock
in interface Placeable
public TextBlock toTextBlockInternal(ISkinParam skinParam)
public XDimension2D getDimension(StringBounder stringBounder, ISkinParam skinParam)
getDimension
in interface Placeable
public final boolean have(ConnectorPuzzle.Where where)
have
in interface ConnectorPuzzle
public final void append(ConnectorPuzzle.Where where)
append
in interface ConnectorPuzzle
public final void remove(ConnectorPuzzle.Where where)
remove
in interface ConnectorPuzzle
public final void append(ConnectorPuzzle other)
protected final java.util.Set<ConnectorPuzzle.Where> connections()