Package | Description |
---|---|
org.universAAL.middleware.owl | |
org.universAAL.tools.logmonitor.service_bus_matching |
Modifier and Type | Class and Description |
---|---|
class |
AllValuesFromRestriction
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property only to
individuals/literals that are contained in the given type expression. |
class |
ExactCardinalityRestriction
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property to exactly a given number
of different instances of the given type expression. |
class |
HasValueRestriction
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property to a given
individual/literal. |
class |
MaxCardinalityRestriction
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property to at most a given number
of different instances of the given type expression. |
class |
MinCardinalityRestriction
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property to at least a given number
of different instances of the given type expression. |
class |
SomeValuesFromRestriction
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property to an instance of the
given type expression. |
Modifier and Type | Method and Description |
---|---|
static PropertyRestriction |
PropertyRestriction.getRestriction(ArrayList a,
String restrictionURI)
Get a restriction with the given class URI from the given set of
restrictions.
|
PropertyRestriction |
MergedRestriction.getRestriction(int id)
Get a specific
PropertyRestriction . |
Modifier and Type | Method and Description |
---|---|
MergedRestriction |
MergedRestriction.addRestriction(PropertyRestriction res)
Add a new Restriction, performing a sanity check.
|
boolean |
MergedRestriction.addRestrictionCheck(PropertyRestriction res)
Add a new Restriction, performing a sanity check.
|
protected TypeExpression |
PropertyRestriction.copyTo(PropertyRestriction copy)
Helper method to copy Restrictions.
|
Constructor and Description |
---|
MergedRestriction(String onProperty,
ArrayList<PropertyRestriction> restrictions)
Constructor with a given initial set of restrictions.
|
Modifier and Type | Method and Description |
---|---|
static String |
CEStringUtil.toString(String indent,
PropertyRestriction restr,
boolean shortForm) |
Copyright © 2018 universAAL Consortium. All rights reserved.