owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
Predicate tests whether class X can relate through a given property P to another given class C. More...
#include <predicate_fact.hpp>
Public Member Functions | |
Can_relate (const TDLObjectRoleExpression *property, const TDLConceptExpression *c, ReasoningKernel &kernel) | |
Can_relate (const std::string &property, const std::string &c, const Triple_store &store, ReasoningKernel &kernel) | |
bool | operator() (const TDLConceptExpression *x) const |
Predicate tests whether class X can relate through a given property P to another given class C.
|
inlinevirtual |
Implements owlcpp::C_predicate.