|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--mascoptLib.graphs.ArcSetFactory
The factory to produce Ars Sets.
| Constructor Summary | |
ArcSetFactory()
|
|
| Method Summary | |
mascoptLib.abstractGraph.AbstractEdge |
newAbstractEdge(mascoptLib.abstractGraph.AbstractVertex n0,
mascoptLib.abstractGraph.AbstractVertex n1)
Constructs an edge beetween two nodes. |
mascoptLib.abstractGraph.AbstractEdgeSet |
newAbstractEdgeSet(mascoptLib.abstractGraph.AbstractEdgeSet edgeSet)
Constructs a new edge set which is a sub set of an other edge set. |
mascoptLib.abstractGraph.AbstractEdgeSet |
newAbstractEdgeSet(mascoptLib.abstractGraph.AbstractEdgeSet es,
mascoptLib.abstractGraph.AbstractVertexSet abstractNodeSet)
Constructs a new edge set which is as sub set of an other edge set and based on a node set. |
mascoptLib.abstractGraph.AbstractEdgeSet |
newAbstractEdgeSet(mascoptLib.abstractGraph.AbstractVertexSet nodeSet)
Constructs a new edge set based on a node set. |
mascoptLib.abstractGraph.AbstractPath |
newAbstractPath(mascoptLib.abstractGraph.AbstractEdgeSet edgeSet)
Constructs a new chain based on a edge set. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArcSetFactory()
| Method Detail |
public mascoptLib.abstractGraph.AbstractEdgeSet newAbstractEdgeSet(mascoptLib.abstractGraph.AbstractVertexSet nodeSet)
newAbstractEdgeSet in interface AbstractEdgeSetFactorynodeSet - the node set used as base to the edge set.
public mascoptLib.abstractGraph.AbstractEdgeSet newAbstractEdgeSet(mascoptLib.abstractGraph.AbstractEdgeSet edgeSet)
newAbstractEdgeSet in interface AbstractEdgeSetFactoryedgeSet - the edge set used as base to the edge set.
public mascoptLib.abstractGraph.AbstractEdgeSet newAbstractEdgeSet(mascoptLib.abstractGraph.AbstractEdgeSet es,
mascoptLib.abstractGraph.AbstractVertexSet abstractNodeSet)
newAbstractEdgeSet in interface AbstractEdgeSetFactoryes - the father edge set.abstractNodeSet - the base of nodes of the new edge set.
public mascoptLib.abstractGraph.AbstractEdge newAbstractEdge(mascoptLib.abstractGraph.AbstractVertex n0,
mascoptLib.abstractGraph.AbstractVertex n1)
newAbstractEdge in interface AbstractEdgeSetFactoryn0 - the first node.n1 - the second node.
public mascoptLib.abstractGraph.AbstractPath newAbstractPath(mascoptLib.abstractGraph.AbstractEdgeSet edgeSet)
newAbstractPath in interface AbstractEdgeSetFactoryedgeSet - the base of the chain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||