org.wilmascope.graph
Class EdgeList

java.lang.Object
  extended by org.wilmascope.graph.List<Edge>
      extended by org.wilmascope.graph.EdgeList
All Implemented Interfaces:
java.lang.Iterable<Edge>

public class EdgeList
extends List<Edge>


Field Summary
 
Fields inherited from class org.wilmascope.graph.List
elements
 
Constructor Summary
EdgeList()
           
EdgeList(EdgeList edgeList)
           
EdgeList(java.util.Set<Edge> edgeSet)
           
 
Method Summary
 void add(Edge e)
           
 void addAll(EdgeList edgeList)
           
 boolean contains(Edge edge)
           
 Edge get(int index)
           
 void remove(Edge e)
           
 void setEdges(EdgeList edges)
           
 
Methods inherited from class org.wilmascope.graph.List
addAll, delete, draw, getElementsVector, hide, iterator, removeAll, show, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeList

public EdgeList(EdgeList edgeList)

EdgeList

public EdgeList(java.util.Set<Edge> edgeSet)

EdgeList

public EdgeList()
Method Detail

addAll

public void addAll(EdgeList edgeList)

setEdges

public void setEdges(EdgeList edges)

add

public void add(Edge e)

remove

public void remove(Edge e)

get

public Edge get(int index)

contains

public boolean contains(Edge edge)