|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.graph.GraphState de.grogra.graph.GraphBase.State de.grogra.graph.GraphFilter.State
protected class GraphFilter.State
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.grogra.graph.GraphState |
---|
GraphState.ObjectContext |
Constructor Summary | |
---|---|
GraphFilter.State(GraphState sourceState,
ThreadContext ctx)
|
Method Summary | |
---|---|
boolean |
containsInTree(java.lang.Object object,
boolean asNode)
Tests whether an object is contained in the tree of the graph. |
GraphState |
createDelegate(ThreadContext tc)
|
void |
setEdgeBits(java.lang.Object edge,
int bits)
|
Methods inherited from class de.grogra.graph.GraphBase.State |
---|
fireAttributeChanged, fireEdgeChanged, getQueue |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphFilter.State(GraphState sourceState, ThreadContext ctx)
Method Detail |
---|
public boolean containsInTree(java.lang.Object object, boolean asNode)
GraphState
Graph.getTreePattern()
.
containsInTree
in class GraphState
object
- the objectasNode
- true
if object
is a node,
false
if object
is an edge
true
iff the object is part of the treepublic GraphState createDelegate(ThreadContext tc)
createDelegate
in class GraphState
public void setEdgeBits(java.lang.Object edge, int bits)
setEdgeBits
in class GraphState
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |