com.hp.hpl.jena.sparql.engine.optimizer
Class Pattern

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.optimizer.Pattern
All Implemented Interfaces:
Printable

public class Pattern
extends Object
implements Printable


Constructor Summary
Pattern(double w, Item subj, Item pred, Item obj)
           
 
Method Summary
 void output(IndentedWriter out)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pattern

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

toString

public String toString()
Overrides:
toString in class Object

output

public void output(IndentedWriter out)
Specified by:
output in interface Printable


Licenced under the Apache License, Version 2.0