Class | Description |
---|---|
DomainRangeDataPropertyDesc |
This is an example of a 'compound' DataProperty Descriptor which implements 2
DataPropertyExpression interfaces:
DataPropertyExpression.Domain : to describe the domain restrictions of a DataProperty.
DataPropertyExpression.Range : to describe the range restrictions of a DataProperty.
See FullDataPropertyDesc for an example of a 'compound' DataProperty Descriptor that implements all DataPropertyExpressions. |
FullDataPropertyDesc |
This is an example of a 'compound' DataProperty Descriptor as it implements more than one
DataPropertyExpression interfaces. |
HierarchicalDataPropertyDesc |
This is an example of a 'compound' DataProperty Descriptor which implements 2
DataPropertyExpression interfaces:
DataPropertyExpression.Sub : to describe that a DataProperty is subsumes another DataProperty.
DataPropertyExpression.Super : to describe that a DataProperty is super-sumes another DataProperty.
See FullDataPropertyDesc for an example of a 'compound' DataProperty Descriptor that implements all DataPropertyExpressions. |
RestrictionDataPropertyDesc |
This is an example of a 'compound' DataProperty Descriptor which implements 2
DataPropertyExpression interfaces:
DataPropertyExpression.Equivalent : to describe that a DataProperty is equivalent to another DataProperty.
DataPropertyExpression.Disjoint : to describe that a DataProperty is disjoint to another DataProperty.
See FullDataPropertyDesc for an example of a 'compound' DataProperty Descriptor that implements all DataPropertyExpressions. |