java.lang.Object
tools.refinery.interpreter.rete.itc.alg.misc.scc.SCCProperty

public class SCCProperty extends Object
  • Constructor Details

    • SCCProperty

      public SCCProperty(int index, int lowlink)
  • Method Details

    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int index)
    • getLowlink

      public int getLowlink()
    • setLowlink

      public void setLowlink(int lowlink)