|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecti3.dragos.gm.core.id.GraphEntityID
i3.dragos.gm.core.id.EdgeID
public class EdgeID
EdgeID s uniquely identify edgeswithin a graph
pool.
| Constructor Summary | |
|---|---|
EdgeID(DataSourceURL dataSourceURL,
java.io.Serializable internalIdentifier,
EdgeClassID type)
Constructs a new ID representing an edge. |
|
| Method Summary | |
|---|---|
Edge |
getEdge()
Returns the Edge referenced by this ID. |
EdgeClassID |
getEdgeClassID()
Returns the type of the edge. |
| Methods inherited from class i3.dragos.gm.core.id.GraphEntityID |
|---|
equals, getDataSourceURL, getGraphEntity, getGraphEntityClassID, getInternalIdentifier, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EdgeID(DataSourceURL dataSourceURL,
java.io.Serializable internalIdentifier,
EdgeClassID type)
dataSourceURL - The DataSourceURL where this edge is stored.internalIdentifier - ID of the edge.type - Edge's type.| Method Detail |
|---|
public Edge getEdge()
throws DragosException
DragosException - in case of internal errors.public EdgeClassID getEdgeClassID()
Actually, this method is just a correctly typed wrapper for calling
GraphEntityID.getGraphEntityClassID().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||