Uses of Class
mas.agentsHempelsSofa.data.graph.Edge

Packages that use Edge
mas.agentsHempelsSofa.data.graph This package contains data structures to define a graph. 
 

Uses of Edge in mas.agentsHempelsSofa.data.graph
 

Methods in mas.agentsHempelsSofa.data.graph that return Edge
 Edge Graph.add(Edge edge)
          Adds an edge to the graph.
 Edge Graph.add(eis.iilang.Parameter param1, eis.iilang.Parameter param2)
          Adds a new edge to the graph, whereas the edge is built by two new vertices which are created by param1 and param2.
 Edge Edge.clone()
           
static Edge Util.generateRandomEdge(Graph graph, boolean surveyed)
          Generates a random edge
 Edge Graph.getEdge(Edge edge)
          Returns the edge which equals edge.
 Edge Graph.getEdge(eis.iilang.Parameter param1, eis.iilang.Parameter param2)
           
 Edge Graph.getEdge(Vertex vertex1, Vertex vertex2)
           
static Edge Util.getRandomEdge(Graph graph)
          Gets a random edge of a graph
 

Methods in mas.agentsHempelsSofa.data.graph that return types with arguments of type Edge
 java.util.LinkedList<Edge> Graph.getEdges()
           
 java.util.LinkedList<Edge> Vertex.getIncidentEdges()
           
 

Methods in mas.agentsHempelsSofa.data.graph with parameters of type Edge
 Edge Graph.add(Edge edge)
          Adds an edge to the graph.
 void Vertex.addIncidentEdge(Edge incidentEdge)
          Immediately adds an incident edge to the vertex.
 boolean Graph.contains(Edge edge)
           
 Edge Graph.getEdge(Edge edge)
          Returns the edge which equals edge.
 void Graph.setSurveyed(Edge e, int weight)
           
 

Method parameters in mas.agentsHempelsSofa.data.graph with type arguments of type Edge
 boolean Graph.containsAllEdges(java.util.Collection<Edge> edges)
           
 



Copyright © 2012. All Rights Reserved.