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