public class AtomicVertex extends Vertex
Vertex
with the following additional properties:
StrongComponentProcessor
).Constructor and Description |
---|
AtomicVertex(Attributes attributes)
Creates an instance for the specified attributes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
addIncomingArcTo, addOutgoingArcTo, compareTo, getAttributes, getHeadVertex, getNumberOfIncomingArcs, getNumberOfOutgoingArcs, getTailVertex, isVisited, toString, visit
public AtomicVertex(Attributes attributes)
public void reset()
setDefaultValueOfGraphVertexFlag(boolean)
.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)