Uses of Interface
jade.content.schema.Facet
-
Packages that use Facet Package Description jade.content.schema jade.content.schema.facets -
-
Uses of Facet in jade.content.schema
Methods in jade.content.schema that return Facet Modifier and Type Method Description abstract Facet[]ObjectSchema. getFacets(String slotName)Retrieves the facets defined upon a slot.Facet[]AgentActionSchema. getResultFacets()Methods in jade.content.schema with parameters of type Facet Modifier and Type Method Description voidConceptSchema. addFacet(String slotName, Facet f)Add aFaceton a slot of this schemaprotected abstract voidObjectSchema. addFacet(String slotName, Facet f)Add aFaceton a slot of this schemavoidPredicateSchema. addFacet(String slotName, Facet f)Add aFaceton a slot of this schema -
Uses of Facet in jade.content.schema.facets
Classes in jade.content.schema.facets that implement Facet Modifier and Type Class Description classCardinalityFacetThis facet forces an AbsAggregate to contain a number of elements that is comprised between a given min and a given max.classDefaultValueFacetThis facet set the default value of an AbsObject.classDocumentationFacetclassJavaTypeFacetclassPermittedValuesFacetThis facet forces an AbsPrimitive to contain a specific set of values.classRegexFacetThis facet forces an AbsPrimitive to contain a specific set of values expressed as a regular expression.classTypedAggregateFacetThis facet forces the elements in an AbsAggregate to be compliant to a given schema.
-