net.sf.opendse.model
Class Architecture<R extends Resource,L extends Link>

java.lang.Object
  extended by edu.uci.ics.jung.graph.AbstractGraph<V,E>
      extended by edu.uci.ics.jung.graph.SparseMultigraph<V,E>
          extended by net.sf.opendse.model.Graph<R,L>
              extended by net.sf.opendse.model.Architecture<R,L>
Type Parameters:
R - the type of vertices
L - the type of edges
All Implemented Interfaces:
edu.uci.ics.jung.graph.Graph<R,L>, edu.uci.ics.jung.graph.Hypergraph<R,L>, edu.uci.ics.jung.graph.MultiGraph<R,L>, java.io.Serializable, java.lang.Iterable<R>

public class Architecture<R extends Resource,L extends Link>
extends Graph<R,L>

The Architecture is the default implementation of the architecture graph.

See Also:
Serialized Form

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

Architecture

public Architecture()