TrustGrapher
r52
A playabale simulator for modelling trust between agents
|
Public Member Functions | |
SimpleDirectedGraph< V, E > | getInnerGraph () |
JungAdapterGraph (SimpleDirectedGraph< V, E > g) | |
boolean | addEdge (E arg0, V arg1, V arg2) |
boolean | addEdge (E arg0, V arg1, V arg2, EdgeType arg3) |
V | getDest (E arg0) |
Pair< V > | getEndpoints (E arg0) |
Collection< E > | getInEdges (V arg0) |
V | getOpposite (V arg0, E arg1) |
Collection< E > | getOutEdges (V arg0) |
int | getPredecessorCount (V arg0) |
Collection< V > | getPredecessors (V arg0) |
V | getSource (E arg0) |
int | getSuccessorCount (V arg0) |
Collection< V > | getSuccessors (V arg0) |
int | inDegree (V arg0) |
boolean | isDest (V arg0, E arg1) |
boolean | isPredecessor (V arg0, V arg1) |
boolean | isSource (V arg0, E arg1) |
boolean | isSuccessor (V arg0, V arg1) |
int | outDegree (V arg0) |
boolean | addEdge (E arg0, Collection<?extends V > arg1) |
boolean | addEdge (E arg0, Collection<?extends V > arg1, EdgeType arg2) |
boolean | addVertex (V arg0) |
boolean | containsEdge (E arg0) |
boolean | containsVertex (V arg0) |
int | degree (V arg0) |
E | findEdge (V arg0, V arg1) |
Collection< E > | findEdgeSet (V arg0, V arg1) |
int | getEdgeCount () |
int | getEdgeCount (EdgeType arg0) |
EdgeType | getEdgeType (E arg0) |
Collection< E > | getEdges () |
Collection< E > | getEdges (EdgeType arg0) |
int | getIncidentCount (E arg0) |
Collection< E > | getIncidentEdges (V arg0) |
Collection< V > | getIncidentVertices (E arg0) |
int | getNeighborCount (V arg0) |
Collection< V > | getNeighbors (V arg0) |
int | getVertexCount () |
Collection< V > | getVertices () |
boolean | isIncident (V arg0, E arg1) |
boolean | isNeighbor (V arg0, V arg1) |
boolean | removeEdge (E arg0) |
boolean | removeVertex (V arg0) |
EdgeType | getDefaultEdgeType () |
Protected Attributes | |
SimpleDirectedGraph< V, E > | g |
Definition at line 14 of file JungAdapterGraph.java.
cu.trustGrapher.graphs.JungAdapterGraph< V, E >.JungAdapterGraph | ( | SimpleDirectedGraph< V, E > | g | ) |
Definition at line 26 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.addEdge | ( | E | arg0, |
V | arg1, | ||
V | arg2 | ||
) |
Definition at line 33 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.addEdge | ( | E | arg0, |
V | arg1, | ||
V | arg2, | ||
EdgeType | arg3 | ||
) |
Definition at line 40 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.addEdge | ( | E | arg0, |
Collection<?extends V > | arg1 | ||
) |
Definition at line 172 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.addEdge | ( | E | arg0, |
Collection<?extends V > | arg1, | ||
EdgeType | arg2 | ||
) |
Definition at line 185 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.addVertex | ( | V | arg0 | ) |
Definition at line 193 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.containsEdge | ( | E | arg0 | ) |
Definition at line 200 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.containsVertex | ( | V | arg0 | ) |
Definition at line 207 of file JungAdapterGraph.java.
int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.degree | ( | V | arg0 | ) |
Definition at line 214 of file JungAdapterGraph.java.
E cu.trustGrapher.graphs.JungAdapterGraph< V, E >.findEdge | ( | V | arg0, |
V | arg1 | ||
) |
Definition at line 221 of file JungAdapterGraph.java.
Collection<E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.findEdgeSet | ( | V | arg0, |
V | arg1 | ||
) |
Definition at line 228 of file JungAdapterGraph.java.
EdgeType cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getDefaultEdgeType | ( | ) |
Definition at line 356 of file JungAdapterGraph.java.
V cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getDest | ( | E | arg0 | ) |
Definition at line 49 of file JungAdapterGraph.java.
int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getEdgeCount | ( | ) |
Definition at line 235 of file JungAdapterGraph.java.
int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getEdgeCount | ( | EdgeType | arg0 | ) |
Definition at line 242 of file JungAdapterGraph.java.
Collection<E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getEdges | ( | ) |
Definition at line 258 of file JungAdapterGraph.java.
Collection<E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getEdges | ( | EdgeType | arg0 | ) |
Definition at line 265 of file JungAdapterGraph.java.
EdgeType cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getEdgeType | ( | E | arg0 | ) |
Definition at line 251 of file JungAdapterGraph.java.
Pair<V> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getEndpoints | ( | E | arg0 | ) |
Definition at line 56 of file JungAdapterGraph.java.
int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getIncidentCount | ( | E | arg0 | ) |
Definition at line 273 of file JungAdapterGraph.java.
Collection<E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getIncidentEdges | ( | V | arg0 | ) |
Definition at line 282 of file JungAdapterGraph.java.
Collection<V> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getIncidentVertices | ( | E | arg0 | ) |
Definition at line 289 of file JungAdapterGraph.java.
Collection<E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getInEdges | ( | V | arg0 | ) |
Definition at line 63 of file JungAdapterGraph.java.
SimpleDirectedGraph<V,E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getInnerGraph | ( | ) |
Definition at line 22 of file JungAdapterGraph.java.
int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getNeighborCount | ( | V | arg0 | ) |
Definition at line 296 of file JungAdapterGraph.java.
Collection<V> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getNeighbors | ( | V | arg0 | ) |
Definition at line 302 of file JungAdapterGraph.java.
V cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getOpposite | ( | V | arg0, |
E | arg1 | ||
) |
Definition at line 70 of file JungAdapterGraph.java.
Collection<E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getOutEdges | ( | V | arg0 | ) |
Definition at line 80 of file JungAdapterGraph.java.
int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getPredecessorCount | ( | V | arg0 | ) |
Definition at line 87 of file JungAdapterGraph.java.
Collection<V> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getPredecessors | ( | V | arg0 | ) |
Definition at line 95 of file JungAdapterGraph.java.
V cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getSource | ( | E | arg0 | ) |
Definition at line 105 of file JungAdapterGraph.java.
int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getSuccessorCount | ( | V | arg0 | ) |
Definition at line 112 of file JungAdapterGraph.java.
Collection<V> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getSuccessors | ( | V | arg0 | ) |
Definition at line 119 of file JungAdapterGraph.java.
int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getVertexCount | ( | ) |
Definition at line 315 of file JungAdapterGraph.java.
Collection<V> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getVertices | ( | ) |
Definition at line 322 of file JungAdapterGraph.java.
int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.inDegree | ( | V | arg0 | ) |
Definition at line 130 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isDest | ( | V | arg0, |
E | arg1 | ||
) |
Definition at line 137 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isIncident | ( | V | arg0, |
E | arg1 | ||
) |
Definition at line 329 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isNeighbor | ( | V | arg0, |
V | arg1 | ||
) |
Definition at line 336 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isPredecessor | ( | V | arg0, |
V | arg1 | ||
) |
Definition at line 144 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isSource | ( | V | arg0, |
E | arg1 | ||
) |
Definition at line 151 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isSuccessor | ( | V | arg0, |
V | arg1 | ||
) |
Definition at line 158 of file JungAdapterGraph.java.
int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.outDegree | ( | V | arg0 | ) |
Definition at line 165 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.removeEdge | ( | E | arg0 | ) |
Definition at line 343 of file JungAdapterGraph.java.
boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.removeVertex | ( | V | arg0 | ) |
Definition at line 350 of file JungAdapterGraph.java.
SimpleDirectedGraph<V, E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.g [protected] |
a placeholder for the jgraph graph that is held within this adapter
Definition at line 20 of file JungAdapterGraph.java.