Class UpdateContext


  • public class UpdateContext
    extends java.lang.Object
    Provided with add and remove operation to give them context within a UpdateExpr operation.
    • Field Detail

      • dataset

        private final Dataset dataset
      • includeInferred

        private final boolean includeInferred
    • Constructor Detail

    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getUpdateExpr

        public UpdateExpr getUpdateExpr()
        Returns:
        Returns the updateExpr.
      • getDataset

        public Dataset getDataset()
        Returns:
        Returns the dataset.
      • getBindingSet

        public BindingSet getBindingSet()
        Returns:
        Returns the bindings.
      • isIncludeInferred

        public boolean isIncludeInferred()
        Returns:
        Returns the includeInferred.