|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvitro.graph.Node
public abstract class Node
Field Summary | |
---|---|
Set<Actor> |
actors
|
Set<Edge> |
edges
|
protected Set<Actor> |
internalActors
|
protected Set<Edge> |
internalEdges
|
protected Graph |
model
|
Constructor Summary | |
---|---|
Node(Set<Edge> edges,
Set<Actor> actors,
boolean modifiable,
Graph model)
|
|
Node(Set<Edge> edges,
Set<Actor> actors,
Graph model)
|
Method Summary | |
---|---|
Graph |
model()
|
List<Edge> |
path(Actor goal)
|
List<Edge> |
path(Node destination)
|
List<Node> |
pathNodes(Node destination)
|
Set<Node> |
reachable()
|
Set<Node> |
reachable(int depth)
|
Set<Actor> |
reachableActors()
|
Set<Actor> |
reachableActors(int depth)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Set<Edge> edges
public final Set<Actor> actors
protected final Set<Edge> internalEdges
protected final Set<Actor> internalActors
protected final Graph model
Constructor Detail |
---|
public Node(Set<Edge> edges, Set<Actor> actors, boolean modifiable, Graph model)
public Node(Set<Edge> edges, Set<Actor> actors, Graph model)
Method Detail |
---|
public Graph model()
public List<Edge> path(Node destination)
public List<Edge> path(Actor goal)
public List<Node> pathNodes(Node destination)
public Set<Node> reachable()
public Set<Node> reachable(int depth)
public Set<Actor> reachableActors()
public Set<Actor> reachableActors(int depth)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |