|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
N
- Node typeA
- Arc typepublic interface ArcFactory<N,A extends ArcInterface<N>>
Factory used by the Graph class to construct Arcs
Method Summary | |
---|---|
A |
create(N tail,
N head,
WeightedInterface wi)
Creates an arc of type A |
Method Detail |
---|
A create(N tail, N head, WeightedInterface wi)
tail
- Tail of the archead
- Head of the arcwi
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |