Package net.sourceforge.plantuml.bpm
Class Cell
- java.lang.Object
-
- net.sourceforge.plantuml.bpm.Cell
-
public class Cell extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Cell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConnectionTo2(Placeable other)PlaceablegetData()java.util.List<Placeable>getDestinations2()voidsetData(Placeable data)java.lang.StringtoString()
-
-
-
Method Detail
-
getData
public final Placeable getData()
-
setData
public final void setData(Placeable data)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
addConnectionTo2
public void addConnectionTo2(Placeable other)
-
getDestinations2
public java.util.List<Placeable> getDestinations2()
-
-