com.hp.hpl.jena.graph.query
Class Relation_NE

java.lang.Object
  extended bycom.hp.hpl.jena.graph.query.PredicateBase
      extended bycom.hp.hpl.jena.graph.query.Relation
          extended bycom.hp.hpl.jena.graph.query.Relation_NE
All Implemented Interfaces:
Predicate

public class Relation_NE
extends Relation

Author:
kers
Encodes the unequal (Node) relation.

Field Summary
 
Fields inherited from interface com.hp.hpl.jena.graph.query.Predicate
TRUE
 
Method Summary
 boolean evaluateBool(Domain d)
          see if the operands satisfy the relation
 
Methods inherited from class com.hp.hpl.jena.graph.query.Relation
evaluateEquals, valueL, valueR
 
Methods inherited from class com.hp.hpl.jena.graph.query.PredicateBase
and
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.graph.query.Predicate
and
 

Method Detail

evaluateBool

public boolean evaluateBool(Domain d)
Description copied from class: Relation
see if the operands satisfy the relation

Specified by:
evaluateBool in interface Predicate
Specified by:
evaluateBool in class Relation


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.