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 void
addConnectionTo2(Placeable other)
Placeable
getData()
List<Placeable>
getDestinations2()
void
setData(Placeable data)
String
toString()
-