| 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()
Tagpublic void setValue(byte[] v)
Attributepublic byte[] getValue()
Tagpublic java.lang.String toString()
toString in class java.lang.Object