Class Cell

java.lang.Object
net.sourceforge.plantuml.bpm.Cell

public class Cell extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    final Placeable
     
    java.util.List<Placeable>
     
    final void
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Cell

      public Cell()
  • Method Details

    • getData

      public final Placeable getData()
    • setData

      public final void setData(Placeable data)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • addConnectionTo2

      public void addConnectionTo2(Placeable other)
    • getDestinations2

      public java.util.List<Placeable> getDestinations2()