org.universAAL.middleware.owl
Interface DatatypePropertySetup

Package class diagram package DatatypePropertySetup
All Superinterfaces:
PropertySetup

public interface DatatypePropertySetup
extends PropertySetup

Setup interface for creating new datatype properties. The creation is separated from the usage; for every DatatypeProperty there is exactly one DatatypePropertySetup where all the characteristics of this property are defined.

To create a new DatatypeProperty, define a subclass of Ontology , overwrite the Ontology.create() method, create an OntClassInfo and call OntClassInfoSetup.addDatatypeProperty(String).

There are no specific properties/methods for datatype properties. This interface is empty and only exists as equivalent for ObjectPropertySetup.

Author:
Carsten Stockloew
See Also:
ObjectProperty, ObjectPropertySetup, DatatypeProperty, Property, PropertySetup

Method Summary
 
Methods inherited from interface org.universAAL.middleware.rdf.PropertySetup
addDisjointProperty, addEquivalentProperty, addSuperProperty, getProperty, setDomain, setFunctional, setRange
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.