Package net.sourceforge.plantuml.bpm
Interface ConnectorPuzzle
-
- All Superinterfaces:
Placeable
- All Known Implementing Classes:
BpmElement
,ConnectorPuzzleEmpty
public interface ConnectorPuzzle extends Placeable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConnectorPuzzle.Where
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
append(ConnectorPuzzle.Where where)
boolean
have(ConnectorPuzzle.Where where)
void
remove(ConnectorPuzzle.Where where)
-
Methods inherited from interface net.sourceforge.plantuml.bpm.Placeable
getDimension, getId, toTextBlock
-
-
-
-
Method Detail
-
append
void append(ConnectorPuzzle.Where where)
-
remove
void remove(ConnectorPuzzle.Where where)
-
have
boolean have(ConnectorPuzzle.Where where)
-
-