Class ChainImpl<O>

java.lang.Object
net.sourceforge.plantuml.bpm.ChainImpl<O>
All Implemented Interfaces:
Comparator<O>, Chain<O>

public class ChainImpl<O> extends Object implements Chain<O>
  • Constructor Details

    • ChainImpl

      public ChainImpl(O root)
  • Method Details