Interface BaseLocation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object get​(DynamicObject store, boolean condition)
      Get object value as object at this location in store.
      java.lang.Object get​(DynamicObject store, Shape shape)
      Get object value as object at this location in store.
      void set​(DynamicObject store, java.lang.Object value)
      Set object value at this location in store.
      void set​(DynamicObject store, java.lang.Object value, Shape shape)
      Set object value at this location in store.
      void set​(DynamicObject store, java.lang.Object value, Shape oldShape, Shape newShape)
      Set object value at this location in store and update shape.