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

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_EQ
All Implemented Interfaces:
Predicate

public class Relation_EQ
extends Relation

Author:
kers
The relational test for (node) equality.

Field Summary
 
Fields inherited from interface com.hp.hpl.jena.graph.query.Predicate
TRUE
 
Method Summary
 boolean evaluateBool(Domain d)
          equality done in the superclass, because shared with NE
 
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)
equality done in the superclass, because shared with NE

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


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