public class DLExpressivityChecker extends ProfileBasedExpressivityChecker
Title:
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
m_KB| Constructor and Description |
|---|
DLExpressivityChecker(KnowledgeBase kb) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compute(Expressivity expressivity)
Compute the expressivity from the
KnowledgeBase
and update it to the given Expressivity. |
boolean |
updateWith(Expressivity expressivity,
aterm.ATermAppl term)
Update the given
Expressivity by adding
the new @{link aterm.ATermAppl}. |
public DLExpressivityChecker(KnowledgeBase kb)
public boolean compute(Expressivity expressivity)
ProfileBasedExpressivityCheckerKnowledgeBase
and update it to the given Expressivity.compute in class ProfileBasedExpressivityCheckertrue if the expressivity is within the profile defined by the implementation,
false otherwise.public boolean updateWith(Expressivity expressivity, aterm.ATermAppl term)
ProfileBasedExpressivityCheckerExpressivity by adding
the new @{link aterm.ATermAppl}.updateWith in class ProfileBasedExpressivityCheckertrue if the new expressivity is within the profile defined by the implementation,
false otherwise.Copyright © 2019. All rights reserved.