Class SCCProperty
java.lang.Object
tools.refinery.interpreter.rete.itc.alg.misc.scc.SCCProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
int
void
setIndex
(int index) void
setLowlink
(int lowlink)
-
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)
-