Class CommitProcedureInfo

java.lang.Object
tech.oxfordsemantic.jrdfox.client.CommitProcedureInfo

public class CommitProcedureInfo
extends java.lang.Object
Encapsulates information about a commit procedure.
  • Constructor Summary

    Constructors 
    Constructor Description
    CommitProcedureInfo​(DeleteInsertUpdate[] steps)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object that)  
    java.util.List<DeleteInsertUpdate> getSteps()
    Returns the steps of the commit procedure.
    int hashCode()  

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getSteps

      public java.util.List<DeleteInsertUpdate> getSteps()
      Returns the steps of the commit procedure.
      Returns:
      the steps of the commit procedure
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object that)
      Overrides:
      equals in class java.lang.Object