|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.Query
fuzzydl.RelatedQuery
public abstract class RelatedQuery
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 |
|---|
protected java.lang.String role
protected Individual ind1
protected Individual ind2
protected Expression objExpr
| Constructor Detail |
|---|
public RelatedQuery()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||