|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectannas.graph.DefaultArcFactory<N>
N
- Node typepublic class DefaultArcFactory<N>
Default implementation of ArcFactor
Constructor Summary | |
---|---|
DefaultArcFactory()
|
Method Summary | |
---|---|
DefaultArc<N> |
create(N tail,
N head,
WeightedInterface wi)
Creates an arc of type A |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultArcFactory()
Method Detail |
---|
public DefaultArc<N> create(N tail, N head, WeightedInterface wi)
create
in interface ArcFactory<N,DefaultArc<N>>
tail
- Tail of the archead
- Head of the arc
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |