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
(String id, BpmElementType type) BpmElement
(String id, BpmElementType type, String label) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
append
(ConnectorPuzzle other) final void
append
(ConnectorPuzzle.Where where) protected final Set<ConnectorPuzzle.Where>
getDimension
(StringBounder stringBounder, ISkinParam skinParam) final Display
final String
getId()
protected Pragma
getType()
final boolean
have
(ConnectorPuzzle.Where where) final void
remove
(ConnectorPuzzle.Where where) 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
-
getType
-
getDisplay
-
toTextBlock
- Specified by:
toTextBlock
in interfacePlaceable
-
toTextBlockInternal
-
getDimension
- Specified by:
getDimension
in interfacePlaceable
-
getId
-
have
- Specified by:
have
in interfaceConnectorPuzzle
-
append
- Specified by:
append
in interfaceConnectorPuzzle
-
remove
- Specified by:
remove
in interfaceConnectorPuzzle
-
append
-
connections
-
getPragma
-