Uses of Interface
org.dllearner.core.owl.Property

Packages that use Property
org.dllearner.core.owl Classes/Interfaces for representing OWL constructs - see the OWL 2 Structural Specification for details. 
 

Uses of Property in org.dllearner.core.owl
 

Classes in org.dllearner.core.owl that implement Property
 class DatatypeProperty
           
 class ObjectProperty
          Represents an object property in a knowledge base / ontology, e.g.
 

Methods in org.dllearner.core.owl that return Property
 Property PropertyRangeAxiom.getProperty()
           
 Property PropertyDomainAxiom.getProperty()
           
 

Constructors in org.dllearner.core.owl with parameters of type Property
ObjectValueRestriction(Property property, Individual value)
           
PropertyDomainAxiom(Property property, Description domain)
           
PropertyRangeAxiom(Property property, PropertyRange range)
           
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann