public static class DescriptionGraph.Edge extends Object implements Serializable
| Constructor and Description |
|---|
Edge(AtomicRole atomicRole,
int fromVertex,
int toVertex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
AtomicRole |
getAtomicRole() |
int |
getFromVertex() |
int |
getToVertex() |
int |
hashCode() |
public Edge(AtomicRole atomicRole, int fromVertex, int toVertex)
atomicRole - atomicRolefromVertex - fromVertextoVertex - toVertexpublic AtomicRole getAtomicRole()
public int getFromVertex()
public int getToVertex()
Copyright © 2018. All rights reserved.