|
Hilbert II - Version 0.03.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.logic.EverythingExists
This implementation gives always the answer true to the question
exists this predicate?.
| Field Summary |
| Fields inherited from interface org.qedeq.kernel.bo.logic.ExistenceChecker |
NAME_EQUAL |
| Method Summary | |
boolean |
classOperatorExists()
Check if the class operator is already defined. |
boolean |
equalityOperatorExists()
Check if the equality operator is already defined. |
boolean |
functionExists(Function function)
Check if a function is already defined. |
boolean |
functionExists(String name,
int arguments)
Check if a function is already defined. |
String |
getIdentityOperator()
Get equality operator. |
static ExistenceChecker |
getInstance()
Get one instance of this class. |
boolean |
predicateExists(Predicate predicate)
Check if a predicate is already defined. |
boolean |
predicateExists(String name,
int arguments)
Check if a predicate is already defined. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean predicateExists(String name,
int arguments)
PredicateExistenceChecker
predicateExists in interface PredicateExistenceCheckername - Predicate name.arguments - Number of operands for the predicate.
public boolean predicateExists(Predicate predicate)
PredicateExistenceChecker
predicateExists in interface PredicateExistenceCheckerpredicate - Predicate.
public boolean functionExists(String name,
int arguments)
FunctionExistenceChecker
functionExists in interface FunctionExistenceCheckername - Function name.arguments - Number of operands for the function.
public boolean functionExists(Function function)
FunctionExistenceChecker
functionExists in interface FunctionExistenceCheckerfunction - Function.
public boolean classOperatorExists()
ClassOperatorExistenceChecker
classOperatorExists in interface ClassOperatorExistenceCheckerpublic boolean equalityOperatorExists()
EqualityOperatorExistenceChecker
equalityOperatorExists in interface EqualityOperatorExistenceCheckerpublic String getIdentityOperator()
EqualityOperatorExistenceChecker
getIdentityOperator in interface EqualityOperatorExistenceCheckernull
if !EqualityOperatorExistenceChecker.equalityOperatorExists().public static final ExistenceChecker getInstance()
|
Hilbert II - Version 0.03.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |