java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.graph.impl.ContextDependentBase
- All Implemented Interfaces:
ContextDependent
,Manageable
,Shareable
- Direct Known Subclasses:
BSplineOfVertices
,Circular
,Connection
,GRSMesh
,HeightField
,IsoCurve
,ProductSurface
,RegularPolygon
,RuledSurface
,Sequence
,SkinnedSurface
,StraightLine
,SubGrid
,Sweep
,VertexSetBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeStamp
(Cache.Entry cache, GraphState gs) Writes a stamp of the context intocache
.Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.grogra.graph.ContextDependent
dependsOnContext
Methods inherited from interface de.grogra.persistence.Manageable
getManageableType
-
Constructor Details
-
ContextDependentBase
public ContextDependentBase()
-
-
Method Details
-
writeStamp
Description copied from interface:ContextDependent
Writes a stamp of the context intocache
. Based on this stamp, a cache detects whether the context of this object has changed or not.- Specified by:
writeStamp
in interfaceContextDependent
- Parameters:
cache
- a cache entry to write the stampgs
- the current graph state
-