java.lang.Object
org.apache.jena.sparql.engine.optimizer.Pattern
All Implemented Interfaces:
org.apache.jena.atlas.io.Printable

public class Pattern extends Object implements org.apache.jena.atlas.io.Printable
  • Constructor Details

    • Pattern

      public Pattern(double w, Item subj, Item pred, Item obj)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • output

      public void output(org.apache.jena.atlas.io.IndentedWriter out)
      Specified by:
      output in interface org.apache.jena.atlas.io.Printable