TrustGrapher  r52
A playabale simulator for modelling trust between agents
cu.trustGrapher.graphs.JungAdapterGraph< V, E > Class Reference
Collaboration diagram for cu.trustGrapher.graphs.JungAdapterGraph< V, E >:

List of all members.

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)
getDest (E arg0)
Pair< V > getEndpoints (E arg0)
Collection< E > getInEdges (V arg0)
getOpposite (V arg0, E arg1)
Collection< E > getOutEdges (V arg0)
int getPredecessorCount (V arg0)
Collection< V > getPredecessors (V arg0)
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)
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

Detailed Description

Definition at line 14 of file JungAdapterGraph.java.


Constructor & Destructor Documentation

cu.trustGrapher.graphs.JungAdapterGraph< V, E >.JungAdapterGraph ( SimpleDirectedGraph< V, E >  g)

Definition at line 26 of file JungAdapterGraph.java.


Member Function Documentation

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.addEdge ( arg0,
arg1,
arg2 
)

Definition at line 33 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.addEdge ( arg0,
arg1,
arg2,
EdgeType  arg3 
)

Definition at line 40 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.addEdge ( arg0,
Collection<?extends V >  arg1 
)

Definition at line 172 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.addEdge ( arg0,
Collection<?extends V >  arg1,
EdgeType  arg2 
)

Definition at line 185 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.addVertex ( arg0)

Definition at line 193 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.containsEdge ( arg0)

Definition at line 200 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.containsVertex ( arg0)

Definition at line 207 of file JungAdapterGraph.java.

int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.degree ( arg0)

Definition at line 214 of file JungAdapterGraph.java.

E cu.trustGrapher.graphs.JungAdapterGraph< V, E >.findEdge ( arg0,
arg1 
)

Definition at line 221 of file JungAdapterGraph.java.

Collection<E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.findEdgeSet ( arg0,
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 ( 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 ( arg0)

Definition at line 251 of file JungAdapterGraph.java.

Pair<V> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getEndpoints ( arg0)

Definition at line 56 of file JungAdapterGraph.java.

int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getIncidentCount ( arg0)

Definition at line 273 of file JungAdapterGraph.java.

Collection<E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getIncidentEdges ( arg0)

Definition at line 282 of file JungAdapterGraph.java.

Collection<V> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getIncidentVertices ( arg0)

Definition at line 289 of file JungAdapterGraph.java.

Collection<E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getInEdges ( 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 ( arg0)

Definition at line 296 of file JungAdapterGraph.java.

Collection<V> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getNeighbors ( arg0)

Definition at line 302 of file JungAdapterGraph.java.

V cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getOpposite ( arg0,
arg1 
)

Definition at line 70 of file JungAdapterGraph.java.

Collection<E> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getOutEdges ( arg0)

Definition at line 80 of file JungAdapterGraph.java.

int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getPredecessorCount ( arg0)

Definition at line 87 of file JungAdapterGraph.java.

Collection<V> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getPredecessors ( arg0)

Definition at line 95 of file JungAdapterGraph.java.

V cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getSource ( arg0)

Definition at line 105 of file JungAdapterGraph.java.

int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getSuccessorCount ( arg0)

Definition at line 112 of file JungAdapterGraph.java.

Collection<V> cu.trustGrapher.graphs.JungAdapterGraph< V, E >.getSuccessors ( 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 ( arg0)

Definition at line 130 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isDest ( arg0,
arg1 
)

Definition at line 137 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isIncident ( arg0,
arg1 
)

Definition at line 329 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isNeighbor ( arg0,
arg1 
)

Definition at line 336 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isPredecessor ( arg0,
arg1 
)

Definition at line 144 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isSource ( arg0,
arg1 
)

Definition at line 151 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.isSuccessor ( arg0,
arg1 
)

Definition at line 158 of file JungAdapterGraph.java.

int cu.trustGrapher.graphs.JungAdapterGraph< V, E >.outDegree ( arg0)

Definition at line 165 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.removeEdge ( arg0)

Definition at line 343 of file JungAdapterGraph.java.

boolean cu.trustGrapher.graphs.JungAdapterGraph< V, E >.removeVertex ( arg0)

Definition at line 350 of file JungAdapterGraph.java.


Member Data Documentation

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.


The documentation for this class was generated from the following file: