Uses of Interface
jade.content.schema.Facet

Packages that use Facet
jade.content.schema   
jade.content.schema.facets   
 

Uses of Facet in jade.content.schema
 

Methods in jade.content.schema that return Facet
abstract  Facet[] ObjectSchema.getFacets(java.lang.String slotName)
          Get the facets defined upon a slot.
 Facet[] AgentActionSchema.getResultFacets()
           
 

Methods in jade.content.schema with parameters of type Facet
 void PredicateSchema.addFacet(java.lang.String slotName, Facet f)
          Add a Facet on a slot of this schema
protected abstract  void ObjectSchema.addFacet(java.lang.String slotName, Facet f)
          Add a Facet on a slot of this schema
 void ConceptSchema.addFacet(java.lang.String slotName, Facet f)
          Add a Facet on a slot of this schema
 

Uses of Facet in jade.content.schema.facets
 

Classes in jade.content.schema.facets that implement Facet
 class CardinalityFacet
          This facet forces an AbsAggregate to contain a number of elements that is comprised between a given min and a given max.
 class TypedAggregateFacet
          This facet forces the elements in an AbsAggregate to be compliant to a given schema.
 



JADE