Package | Description |
---|---|
org.universAAL.middleware.owl |
Modifier and Type | Method and Description |
---|---|
boolean |
Intersection.hasMember(Object value,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
Enumeration.hasMember(Object value,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
MaxCardinalityRestriction.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
abstract boolean |
TypeExpression.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log)
Returns true if the given object is a member of the class
represented by this type expression, otherwise false.
|
boolean |
SomeValuesFromRestriction.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
AllValuesFromRestriction.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
LengthRestriction.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
Union.hasMember(Object value,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
BoundedValueRestriction.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
TypeRestriction.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
Complement.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
MinCardinalityRestriction.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
ExactCardinalityRestriction.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
TypeURI.hasMember(Object value,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
HasValueRestriction.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
protected boolean |
TypeRestriction.hasMember(Object member,
HashMap context,
int ttl,
List<MatchLogEntry> log,
Object min,
boolean minInclusive,
Object max,
boolean maxInclusive) |
boolean |
Enumeration.hasSupertype(TypeExpression supertype,
HashMap context,
int ttl,
List<MatchLogEntry> log)
Determines if all values of this Enumeration are members of the given
supertype . |
boolean |
Intersection.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
Enumeration.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
MaxCardinalityRestriction.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
abstract boolean |
TypeExpression.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log)
Returns true if the given type expression has no member in
common with the class represented by this type expression, otherwise
false.
|
boolean |
SomeValuesFromRestriction.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
AllValuesFromRestriction.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
LengthRestriction.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log)
Not supported.
|
boolean |
Union.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
BoundedValueRestriction.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
Complement.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
MinCardinalityRestriction.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
ExactCardinalityRestriction.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
TypeURI.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
HasValueRestriction.isDisjointWith(TypeExpression other,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
protected boolean |
TypeRestriction.matches(Object other_min,
boolean other_minInclusive,
Object other_max,
boolean other_maxInclusive,
HashMap context,
int ttl,
List<MatchLogEntry> log,
Object min,
boolean minInclusive,
Object max,
boolean maxInclusive) |
boolean |
Intersection.matches(TypeExpression subtype,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
Enumeration.matches(TypeExpression subtype,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
MaxCardinalityRestriction.matches(TypeExpression subset,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
abstract boolean |
TypeExpression.matches(TypeExpression subset,
HashMap context,
int ttl,
List<MatchLogEntry> log)
Returns true if the given type expression is a subset of the class
represented by this type expression, otherwise false.
|
boolean |
SomeValuesFromRestriction.matches(TypeExpression subset,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
AllValuesFromRestriction.matches(TypeExpression subset,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
LengthRestriction.matches(TypeExpression subset,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
Union.matches(TypeExpression subtype,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
BoundedValueRestriction.matches(TypeExpression subset,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
Complement.matches(TypeExpression subtype,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
MinCardinalityRestriction.matches(TypeExpression subset,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
ExactCardinalityRestriction.matches(TypeExpression subset,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
TypeURI.matches(TypeExpression subtype,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
boolean |
HasValueRestriction.matches(TypeExpression subset,
HashMap context,
int ttl,
List<MatchLogEntry> log) |
protected Object |
PropertyRestriction.matchesNonRestriction(TypeExpression subtype,
HashMap context,
int ttl,
List<MatchLogEntry> log)
Check all cases where the subtype is not a subclass of
PropertyRestriction.PropertyRestriction() . |
Copyright © 2018 universAAL Consortium. All rights reserved.