|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upc.dama.dex.core.Graph.TypeData
public static class Graph.TypeData
Stores information about a node or edge type.
| Method Summary | |
|---|---|
int |
getId()
Gets the type identifier. |
java.lang.String |
getName()
Gets the name of the type. |
int[] |
getRestricted()
Gets the tail and the head node type identifiers for restricted edge types. |
boolean |
hasNeighbors()
Gets whether it is an edge type which materializes neighbors. |
boolean |
isDirected()
Gets whether it is a directed edge type. |
boolean |
isEdgeType()
Gets whether it is an edge type. |
boolean |
isNodeType()
Gets whether it is a node type. |
boolean |
isRestricted()
Gets whether it is a restricted edge type. |
boolean |
isUndirected()
Gets whether it is an undirected edge type. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getId()
public java.lang.String getName()
public boolean isNodeType()
true if it is a node type,
false otherwise.public boolean isEdgeType()
true if it is an edge type,
false otherwise.public boolean isDirected()
true if it is a directed edge type,
false otherwise.public boolean hasNeighbors()
true if it is an edge type which
materializes neighbors, false otherwise.public boolean isUndirected()
true if it is an undirected edge type,
false otherwise.public boolean isRestricted()
true if it is a restricted edge type,
false otherwise.public int[] getRestricted()
Graph.TypeData.isRestricted()public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||