Package net.sourceforge.plantuml.bpm
Class Cell
- java.lang.Object
-
- net.sourceforge.plantuml.bpm.Cell
-
public class Cell extends Object
-
-
Constructor Summary
Constructors Constructor Description Cell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConnectionTo2(Placeable other)PlaceablegetData()List<Placeable>getDestinations2()voidsetData(Placeable data)StringtoString()
-