|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Factory building Edge Sets.
Method Summary | |
mascoptLib.abstractGraph.AbstractEdge |
newAbstractEdge(mascoptLib.abstractGraph.AbstractVertex x,
mascoptLib.abstractGraph.AbstractVertex y)
Constructs an edge beetween two vertices. |
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 abstractVertexSet)
Constructs a new edge set which is as sub set of an other edge set and based on a vertex set. |
mascoptLib.abstractGraph.AbstractEdgeSet |
newAbstractEdgeSet(mascoptLib.abstractGraph.AbstractVertexSet vertexSet)
Constructs a new edge set based on a vertex set. |
mascoptLib.abstractGraph.AbstractPath |
newAbstractPath(mascoptLib.abstractGraph.AbstractEdgeSet edgeSet)
Constructs a new path based on a edge set. |
Method Detail |
public mascoptLib.abstractGraph.AbstractEdgeSet newAbstractEdgeSet(mascoptLib.abstractGraph.AbstractVertexSet vertexSet)
vertexSet
- the vertex set used as base to the edge set.
public mascoptLib.abstractGraph.AbstractEdgeSet newAbstractEdgeSet(mascoptLib.abstractGraph.AbstractEdgeSet edgeSet)
edgeSet
- the edge set used as base to the edge set.
public mascoptLib.abstractGraph.AbstractEdgeSet newAbstractEdgeSet(mascoptLib.abstractGraph.AbstractEdgeSet es, mascoptLib.abstractGraph.AbstractVertexSet abstractVertexSet)
es
- the father edge set.abstractVertexSet
- the base of vertices of the new edge set.
public mascoptLib.abstractGraph.AbstractEdge newAbstractEdge(mascoptLib.abstractGraph.AbstractVertex x, mascoptLib.abstractGraph.AbstractVertex y)
x
- the first vertex.y
- the second vertex.
public mascoptLib.abstractGraph.AbstractPath newAbstractPath(mascoptLib.abstractGraph.AbstractEdgeSet edgeSet)
edgeSet
- the base of the path
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |