Class StatementTripleBoundary

java.lang.Object
org.apache.jena.rdf.model.StatementTripleBoundary
All Implemented Interfaces:
StatementBoundary

public class StatementTripleBoundary extends Object implements StatementBoundary
StatementTripleBoundary - a StatementBoundary that just wraps a TripleBoundary.
  • Constructor Details

    • StatementTripleBoundary

      public StatementTripleBoundary(TripleBoundary tb)
      Initialise this StatementTripleBoundary with the TripleBoundary tb.
      Parameters:
      tb -
  • Method Details