fuzzydl
Class RelatedQuery

java.lang.Object
  extended by fuzzydl.Query
      extended by fuzzydl.RelatedQuery
Direct Known Subclasses:
MaxRelatedQuery, MinRelatedQuery

public abstract class RelatedQuery
extends Query

Entailment of a role assertion query.


Field Summary
protected  Individual ind1
          Subject of the relation.
protected  Individual ind2
          Object of the relation.
protected  Expression objExpr
          Objective expression.
protected  java.lang.String role
          Abstract role.
 
Constructor Summary
RelatedQuery()
           
 
Method Summary
 
Methods inherited from class fuzzydl.Query
preprocess, solve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

role

protected java.lang.String role
Abstract role.


ind1

protected Individual ind1
Subject of the relation.


ind2

protected Individual ind2
Object of the relation.


objExpr

protected Expression objExpr
Objective expression.

Constructor Detail

RelatedQuery

public RelatedQuery()