Module graph

Class ContextDependentBase

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

public abstract class ContextDependentBase extends ShareableBase implements ContextDependent
  • Constructor Details

    • ContextDependentBase

      public ContextDependentBase()
  • Method Details

    • writeStamp

      public void writeStamp(Cache.Entry cache, GraphState gs)
      Description copied from interface: ContextDependent
      Writes a stamp of the context into cache. Based on this stamp, a cache detects whether the context of this object has changed or not.
      Specified by:
      writeStamp in interface ContextDependent
      Parameters:
      cache - a cache entry to write the stamp
      gs - the current graph state