Modifier and Type | Class and Description |
---|---|
protected class |
DependenceGraph.Edge |
Constructor and Description |
---|
DependenceGraph() |
Modifier and Type | Method and Description |
---|---|
void |
addEdge(short from,
short to) |
boolean |
areAdjacent(short from,
short to) |
java.lang.String |
getName()
Returns the tag name.
|
byte[] |
getValue()
Returns the tag raw data.
|
void |
setValue(byte[] v)
Sets the value of the attribute from a byte[].
|
java.lang.String |
toString() |
public boolean areAdjacent(short from, short to)
public void addEdge(short from, short to)
public java.lang.String getName()
Tag
public void setValue(byte[] v)
Attribute
public byte[] getValue()
Tag
public java.lang.String toString()
toString
in class java.lang.Object