|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
TVertex - Type of IVertex instances that this edge will connect.public interface IEdge<TVertex extends IVertex>
Represents a connection between two instances of IVertex of type TVertex.
| Method Summary | |
|---|---|
TVertex |
getFrom()
Retrieves a reference of IVertex of type TVertex that will begin the edge. |
TVertex |
getTo()
Retrieves a reference of IVertex of type TVertex that is being pointed to. |
| Method Detail |
|---|
TVertex getFrom()
IVertex of type TVertex that will begin the edge.
IVertex of type TVertex that begins the edge.TVertex getTo()
IVertex of type TVertex that is being pointed to.
IVertex of type TVertex that is being pointed to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||