de.grogra.graph
Class DelegateGraphState
java.lang.Object
de.grogra.graph.GraphState
de.grogra.graph.DelegateGraphState
public abstract class DelegateGraphState
- extends GraphState
Methods inherited from class de.grogra.graph.GraphState |
allocatePropertyId, beginInstancing, checkBoolean, checkByte, checkChar, checkDouble, checkFloat, checkInt, checkLong, checkObject, checkShort, containsInTree, createObjectState, current, deinstantiate, dispose, endInstancing, finalize, forContext, get, getBoolean, getBooleanDefault, getByte, getByteDefault, getChar, getCharDefault, getContext, getDouble, getDoubleDefault, getFloat, getFloatDefault, getGraph, getInstancingPath, getInstancingPathIndex, getInt, getIntDefault, getLong, getLongDefault, getObject, getObject, getObjectContext, getObjectDefault, getShort, getShortDefault, getUserProperty, initialize, instantiate, instantiateEdge, moveToInstance, moveToNextInstance, moveToPreviousInstance, setInstanceAttribute, setObjectContext, setObjectContext, setUserProperty |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
state
protected GraphState state
DelegateGraphState
protected DelegateGraphState(GraphState state,
ThreadContext ctx)
createDelegate
public GraphState createDelegate(ThreadContext tc)
- Specified by:
createDelegate
in class GraphState
fireAttributeChanged
public void fireAttributeChanged(java.lang.Object object,
boolean asNode,
Attribute a,
FieldChain field,
int[] indices)
- Specified by:
fireAttributeChanged
in class GraphState
fireEdgeChanged
protected void fireEdgeChanged(java.lang.Object source,
java.lang.Object target,
java.lang.Object edge)
- Specified by:
fireEdgeChanged
in class GraphState
setEdgeBits
public void setEdgeBits(java.lang.Object edge,
int bits)
- Specified by:
setEdgeBits
in class GraphState