com.hp.hpl.jena.sparql.syntax
Class ElementMinus

java.lang.Object
  extended by com.hp.hpl.jena.sparql.syntax.Element
      extended by com.hp.hpl.jena.sparql.syntax.ElementMinus

public class ElementMinus
extends Element

An optional element in a query.


Constructor Summary
ElementMinus(Element minusPart)
           
 
Method Summary
 boolean equalTo(Element el2, NodeIsomorphismMap isoMap)
           
 Element getMinusElement()
           
 int hashCode()
           
 void visit(ElementVisitor v)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.syntax.Element
equals, toString, varsMentioned
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementMinus

public ElementMinus(Element minusPart)
Method Detail

getMinusElement

public Element getMinusElement()

hashCode

public int hashCode()
Specified by:
hashCode in class Element

equalTo

public boolean equalTo(Element el2,
                       NodeIsomorphismMap isoMap)
Specified by:
equalTo in class Element

visit

public void visit(ElementVisitor v)
Specified by:
visit in class Element


Licenced under the Apache License, Version 2.0