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 voidappend(ConnectorPuzzle other) final voidappend(ConnectorPuzzle.Where where) protected final Set<ConnectorPuzzle.Where>getDimension(StringBounder stringBounder, ISkinParam skinParam) final Displayfinal StringgetId()protected PragmagetType()final booleanhave(ConnectorPuzzle.Where where) final voidremove(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, waitMethods inherited from interface net.sourceforge.plantuml.bpm.ConnectorPuzzle
append, have, remove
-
Constructor Details
-
BpmElement
-
BpmElement
-
-
Method Details
-
toString
-
getType
-
getDisplay
-
toTextBlock
- Specified by:
toTextBlockin interfacePlaceable
-
toTextBlockInternal
-
getDimension
- Specified by:
getDimensionin interfacePlaceable
-
getId
-
have
- Specified by:
havein interfaceConnectorPuzzle
-
append
- Specified by:
appendin interfaceConnectorPuzzle
-
remove
- Specified by:
removein interfaceConnectorPuzzle
-
append
-
connections
-
getPragma
-