|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclassycle.graph.Vertex
classycle.graph.AtomicVertex
public class AtomicVertex
A subclass of Vertex
with the following additional properties:
StrongComponentProcessor
).
Constructor Summary | |
---|---|
AtomicVertex(Attributes attributes)
Creates an instance for the specified attributes. |
Method Summary | |
---|---|
int |
getLow()
Returns the current value of the low function. |
int |
getOrder()
Returns the order of visiting. |
boolean |
isGraphVertex()
Returns true if this vertex belongs to a graph. |
void |
reset()
Reset this instance. |
void |
setDefaultValueOfGraphVertexFlag(boolean flag)
Sets the default value of graphVertex flag. |
void |
setLow(int low)
Sets the current value of the low function. |
void |
setOrder(int order)
Sets the order of visiting. |
Methods inherited from class classycle.graph.Vertex |
---|
addIncomingArcTo, addOutgoingArcTo, compareTo, getAttributes, getHeadVertex, getNumberOfIncomingArcs, getNumberOfOutgoingArcs, getTailVertex, isVisited, toString, visit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AtomicVertex(Attributes attributes)
Method Detail |
---|
public void reset()
setDefaultValueOfGraphVertexFlag(boolean)
.
reset
in class Vertex
public boolean isGraphVertex()
public void setDefaultValueOfGraphVertexFlag(boolean flag)
reset()
public int getOrder()
public void setOrder(int order)
public int getLow()
public void setLow(int low)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |