edu.stanford.smi.protegex.owl.swrl.bridge
Interface OWLProperty
- All Superinterfaces:
- Argument, AtomArgument, Comparable, PropertyValue, ResultValue
- All Known Subinterfaces:
- OWLDatatypeProperty, OWLObjectProperty
- All Known Implementing Classes:
- OWLDatatypePropertyImpl, OWLObjectPropertyImpl, OWLPropertyImpl
public interface OWLProperty
- extends PropertyValue, AtomArgument
Interface representing an instance of an OWL property
getPropertyName
String getPropertyName()
- Specified by:
getPropertyName
in interface PropertyValue
getPrefixedPropertyName
String getPrefixedPropertyName()
- Specified by:
getPrefixedPropertyName
in interface PropertyValue
getDomainClassNames
Set<String> getDomainClassNames()
getRangeClassNames
Set<String> getRangeClassNames()
getSuperPropertyNames
Set<String> getSuperPropertyNames()
getSubPropertyNames
Set<String> getSubPropertyNames()
getEquivalentPropertyNames
Set<String> getEquivalentPropertyNames()
getEquivalentPropertySuperPropertyNames
Set<String> getEquivalentPropertySuperPropertyNames()
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.