Class | Description |
---|---|
FullIndividualDesc |
This is an example of a 'compound' Individual Descriptor as it implements more than one
IndividualExpression interfaces. |
LinkIndividualDesc |
This is an example of a 'compound' Individual Descriptor which implements 2
IndividualExpression interfaces:
IndividualExpression.ObjectLink : to describe an ObjectProperty and Individuals related via that ObjectProperty, for an Individual.
IndividualExpression.DataLink : to describe an DataProperty and Individuals related via that DataProperty, for an Individual.
See FullIndividualDesc for an example of a 'compound' Individual Descriptor that implements all IndividualExpressions. |
RestrictionIndividualDesc |
This is an example of a 'compound' Individual Descriptor which implements 2
IndividualExpression interfaces:
IndividualExpression.Equivalent : to describe an Individual same-as another Individual.
IndividualExpression.Disjoint : to describe an Individual different from another Individual.
See FullIndividualDesc for an example of a 'compound' Individual Descriptor that implements all IndividualExpressions. |
TypeIndividualDesc |
This is an example of a 'simple' Individual Descriptor which implements 1
IndividualExpression interfaces:
IndividualExpression.Type : to describe the Type/s (i.e., class/es) of an Individual.
See FullIndividualDesc for an example of a 'compound' Individual Descriptor that implements all IndividualExpressions. |