|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataPropertyAttribute
Represents an axiom specifying the attribute of some data property. The only attribute is that the property is functional. However, to make the design consistent with ObjectPropertyAttribute, this class follows the same principle.
| Field Summary | |
|---|---|
static int |
DATA_PROPERTY_FUNCTIONAL
The attribute specifying that the data property is functional. |
| Method Summary | |
|---|---|
int |
getAttribute()
Returns the attribute. |
DataProperty |
getDataProperty()
Returns the data property for which this axiom is stated. |
| Methods inherited from interface org.semanticweb.kaon2.api.Axiom |
|---|
accept, toString |
| Field Detail |
|---|
static final int DATA_PROPERTY_FUNCTIONAL
| Method Detail |
|---|
DataProperty getDataProperty()
int getAttribute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||