Package net.sourceforge.plantuml.bpm
Class BpmElement
java.lang.Object
net.sourceforge.plantuml.bpm.BpmElement
- All Implemented Interfaces:
ConnectorPuzzle
,Placeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sourceforge.plantuml.bpm.ConnectorPuzzle
ConnectorPuzzle.Where
-
Constructor Summary
ConstructorsConstructorDescriptionBpmElement
(java.lang.String id, BpmElementType type) BpmElement
(java.lang.String id, BpmElementType type, java.lang.String label) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
append
(ConnectorPuzzle other) final void
append
(ConnectorPuzzle.Where where) protected final java.util.Set<ConnectorPuzzle.Where>
getDimension
(StringBounder stringBounder, ISkinParam skinParam) final Display
final java.lang.String
getId()
getType()
final boolean
have
(ConnectorPuzzle.Where where) final void
remove
(ConnectorPuzzle.Where where) java.lang.String
toString()
toTextBlock
(ISkinParam skinParam) toTextBlockInternal
(ISkinParam skinParam) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.bpm.ConnectorPuzzle
append, have, remove
-
Constructor Details
-
BpmElement
-
BpmElement
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getType
-
getDisplay
-
toTextBlock
- Specified by:
toTextBlock
in interfacePlaceable
-
toTextBlockInternal
-
getDimension
- Specified by:
getDimension
in interfacePlaceable
-
getId
public final java.lang.String getId() -
have
- Specified by:
have
in interfaceConnectorPuzzle
-
append
- Specified by:
append
in interfaceConnectorPuzzle
-
remove
- Specified by:
remove
in interfaceConnectorPuzzle
-
append
-
connections
-