Package | Description |
---|---|
fr.inrialpes.exmo.align.impl.edoal |
Modifier and Type | Field and Description |
---|---|
(package private) Comparator |
PropertyValueRestriction.comparator |
(package private) Comparator |
ClassValueRestriction.comparator |
(package private) Comparator |
ClassOccurenceRestriction.comparator |
Modifier and Type | Method and Description |
---|---|
Comparator |
PropertyValueRestriction.getComparator() |
Comparator |
ClassValueRestriction.getComparator() |
Comparator |
ClassOccurenceRestriction.getComparator() |
static Comparator |
Comparator.getComparator(java.net.URI u) |
static Comparator |
Comparator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Comparator[] |
Comparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyValueRestriction.setComparator(Comparator comp) |
void |
ClassValueRestriction.setComparator(Comparator comp) |
void |
ClassOccurenceRestriction.setComparator(Comparator c) |
Constructor and Description |
---|
ClassOccurenceRestriction(PathExpression p,
Comparator c,
int n)
Constructs a ClassOccurenceRestriction with the given restriction.
|
ClassValueRestriction(PathExpression p,
Comparator comp,
ValueExpression v)
Constructs a ClassValueRestriction with the given restriction.
|
PropertyValueRestriction(Comparator comp,
ValueExpression v)
Constructs a PropertyValueRestriction with the given restriction.
|
(C) INRIA & friends, 2003-2020