public class TypedAggregateFacet extends java.lang.Object implements Facet
| Constructor and Description |
|---|
TypedAggregateFacet(ObjectSchema s)
Construct a
TypedAggregateFacet that forces
the elements in an AbsAggregate to be instances of a given
schema |
| Modifier and Type | Method and Description |
|---|---|
ObjectSchema |
getType()
Get the schema associated to this facet
|
void |
validate(AbsObject value,
Ontology onto)
Check whether a given value for the slot this Facet applies
to is valid.
|
public TypedAggregateFacet(ObjectSchema s)
TypedAggregateFacet that forces
the elements in an AbsAggregate to be instances of a given
schemapublic ObjectSchema getType()
public void validate(AbsObject value, Ontology onto) throws OntologyException
validate in interface Facetvalue - The value to be checkedOntologyException - If the value is not valid