Class UpdateProcessorDelegateSimple

java.lang.Object
org.aksw.jena_sparql_api.core.UpdateProcessorDelegateSimple
All Implemented Interfaces:
org.apache.jena.update.UpdateProcessor

public abstract class UpdateProcessorDelegateSimple extends Object implements org.apache.jena.update.UpdateProcessor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.jena.update.UpdateProcessor
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    UpdateProcessorDelegateSimple(org.apache.jena.update.UpdateProcessor delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.jena.update.UpdateProcessor

    abort, getContext, getUpdateRequest, getUpdateRequestString
  • Field Details

    • delegate

      protected org.apache.jena.update.UpdateProcessor delegate
  • Constructor Details

    • UpdateProcessorDelegateSimple

      public UpdateProcessorDelegateSimple(org.apache.jena.update.UpdateProcessor delegate)
  • Method Details

    • execute

      public void execute()
      Specified by:
      execute in interface org.apache.jena.update.UpdateProcessor