Interface DataStore<T>

    • Method Detail

      • update

        void update​(DataHandle handle,
                    T object)
        Updates the fact for which the given DataHandle was assigned with the new fact set as the second parameter in this method. It is also possible to optionally specify the set of properties that have been modified.
        Parameters:
        handle - the FactHandle for the fact to be updated.
        object - the new value for the fact being updated.
      • remove

        void remove​(DataHandle handle)
        Deletes the fact for which the given DataHandle was assigned
        Parameters:
        handle - the handle whose fact is to be retracted.
      • remove

        void remove​(Object object)