public class BpmElement extends Object implements ConnectorPuzzle
ConnectorPuzzle.Where| Constructor and Description |
|---|
BpmElement(String id,
BpmElementType type) |
BpmElement(String id,
BpmElementType type,
String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(ConnectorPuzzle.Where where) |
void |
append(ConnectorPuzzle other) |
protected Set<ConnectorPuzzle.Where> |
connections() |
Dimension2D |
getDimension(StringBounder stringBounder,
ISkinParam skinParam) |
Display |
getDisplay() |
String |
getId() |
BpmElementType |
getType() |
boolean |
have(ConnectorPuzzle.Where where) |
void |
remove(ConnectorPuzzle.Where where) |
String |
toString() |
TextBlock |
toTextBlock(ISkinParam skinParam) |
TextBlock |
toTextBlockInternal(ISkinParam skinParam) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappend, have, removepublic BpmElement(String id, BpmElementType type, String label)
public BpmElement(String id, BpmElementType type)
public BpmElementType getType()
public final Display getDisplay()
public TextBlock toTextBlock(ISkinParam skinParam)
toTextBlock in interface Placeablepublic TextBlock toTextBlockInternal(ISkinParam skinParam)
public Dimension2D getDimension(StringBounder stringBounder, ISkinParam skinParam)
getDimension in interface Placeablepublic final boolean have(ConnectorPuzzle.Where where)
have in interface ConnectorPuzzlepublic final void append(ConnectorPuzzle.Where where)
append in interface ConnectorPuzzlepublic final void remove(ConnectorPuzzle.Where where)
remove in interface ConnectorPuzzlepublic final void append(ConnectorPuzzle other)
protected final Set<ConnectorPuzzle.Where> connections()
Copyright © 2017. All rights reserved.