com.hp.hpl.jena.sparql.algebra.op
Class OpBase
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.algebra.op.OpBase
- All Implemented Interfaces:
- Op, Named, PrintSerializable, Printable
- Direct Known Subclasses:
- Op0, Op1, Op2, OpExt, OpN
public abstract class OpBase
- extends PrintSerializableBase
- implements Op
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.hp.hpl.jena.sparql.algebra.Op |
visit |
| Methods inherited from interface com.hp.hpl.jena.sparql.util.Named |
getName |
OpBase
public OpBase()
hashCode
public abstract int hashCode()
- Overrides:
hashCode in class java.lang.Object
equalTo
public abstract boolean equalTo(Op other,
NodeIsomorphismMap labelMap)
- Specified by:
equalTo in interface Op
equals
public final boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
output
public void output(IndentedWriter out)
- Specified by:
output in interface Printable- Overrides:
output in class PrintSerializableBase
output
public void output(IndentedWriter out,
SerializationContext sCxt)
- Specified by:
output in interface PrintSerializable
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.