|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.uci.ics.jung.graph.AbstractGraph<V,E>
edu.uci.ics.jung.graph.SparseMultigraph<V,E>
net.sf.opendse.model.Graph<R,L>
net.sf.opendse.model.Architecture<R,L>
R - the type of verticesL - the type of edgespublic class Architecture<R extends Resource,L extends Link>
The Architecture is the default implementation of the architecture
graph.
| Field Summary |
|---|
| Fields inherited from class edu.uci.ics.jung.graph.SparseMultigraph |
|---|
directedEdges, edges, vertices |
| Constructor Summary | |
|---|---|
Architecture()
|
|
| Method Summary |
|---|
| Methods inherited from class net.sf.opendse.model.Graph |
|---|
getEdge, getEdge, getVertex, getVertex, iterator, removeVertices |
| Methods inherited from class edu.uci.ics.jung.graph.SparseMultigraph |
|---|
addEdge, addVertex, containsEdge, containsVertex, findEdge, getDefaultEdgeType, getDest, getEdgeCount, getEdgeCount, getEdges, getEdges, getEdgeType, getEndpoints, getFactory, getIncidentEdges, getIncoming_internal, getInEdges, getNeighbors, getOutEdges, getOutgoing_internal, getPredecessors, getSource, getSuccessors, getVertexCount, getVertices, isDest, isSource, removeEdge, removeVertex |
| Methods inherited from class edu.uci.ics.jung.graph.AbstractGraph |
|---|
addEdge, addEdge, addEdge, addEdge, addEdge, degree, findEdgeSet, getIncidentCount, getIncidentVertices, getNeighborCount, getOpposite, getPredecessorCount, getSuccessorCount, getValidatedEndpoints, inDegree, isIncident, isNeighbor, isPredecessor, isSuccessor, outDegree, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Architecture()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||