Package jade.content.onto.annotations
Annotation Type AggregateSlot
-
@Retention(RUNTIME) public @interface AggregateSlot
Allows to specify in the ontological schema thecardMin(minimum cardinality),cardMax(maximum cardinality) andtype(class of the contained elements) attributes of the aggregate slot.
The annotation is to be applied to the getter method.- Author:
- Paolo Cancedda
-
-
Element Detail
-
type
Class type
- Default:
- java.lang.Object.class
-
-