|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expressivity | |
---|---|
info.sswap.api.model | Main package for SSWAP API |
info.sswap.impl.empire.model |
Uses of Expressivity in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return Expressivity | |
---|---|
static Expressivity |
Expressivity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Expressivity[] |
Expressivity.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in info.sswap.api.model with parameters of type Expressivity | |
---|---|
boolean |
SSWAPModel.checkProfile(Expressivity expressivity)
Checks whether the model fits a particular expressivity profile (e.g., OWL2 DL) |
Uses of Expressivity in info.sswap.impl.empire.model |
---|
Fields in info.sswap.impl.empire.model with type parameters of type Expressivity | |
---|---|
private java.util.Map<Expressivity,org.semanticweb.owlapi.profiles.OWLProfile> |
ExpressivityChecker.profileMap
A mapping between SSWAP expressivities to OWLAPI OWLProfiles |
Methods in info.sswap.impl.empire.model that return Expressivity | |
---|---|
Expressivity |
ModelImpl.getExpressivity()
|
Methods in info.sswap.impl.empire.model with parameters of type Expressivity | |
---|---|
boolean |
ModelImpl.checkProfile(Expressivity expressivity)
|
boolean |
SourceModel.checkProfile(Expressivity expressivity)
Checks whether the model is in one of the expressivity profiles |
boolean |
SourceModelImpl.checkProfile(Expressivity expressivity)
|
boolean |
ExpressivityChecker.checkProfile(Expressivity expressivity,
org.semanticweb.owlapi.model.OWLOntology ontology)
Checks whether the given OWLOntology belongs to the specified profile/expressivity |
java.util.Collection<java.lang.String> |
ExpressivityChecker.getViolationExplanations(Expressivity expressivity,
org.semanticweb.owlapi.model.OWLOntology ontology)
|
private boolean |
ExpressivityChecker.isSupported(Expressivity expressivity)
|
private java.util.Collection<org.semanticweb.owlapi.profiles.OWLProfileViolation> |
ExpressivityChecker.validateProfile(Expressivity expressivity,
org.semanticweb.owlapi.model.OWLOntology ontology,
com.google.common.base.Predicate<org.semanticweb.owlapi.profiles.OWLProfileViolation> ignoredViolations)
Validates the ontology for the given profile expressivity and returns any violations that does not satisfy the given predicate. |
void |
ExpressivityChecker.validateProfileIgnoringUndefinedEntities(Expressivity expressivity,
org.semanticweb.owlapi.model.OWLOntology ontology)
Checks whether the given OWLOntology belongs to the specified profile/expressivity, while ignoring any violations about undefined entities. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |