org.dllearner.core.owl
Class ObjectPropertyExpression

java.lang.Object
  extended by org.dllearner.core.owl.ObjectPropertyExpression
All Implemented Interfaces:
Serializable, KBElement, PropertyExpression
Direct Known Subclasses:
ObjectProperty, ObjectPropertyInverse

public abstract class ObjectPropertyExpression
extends Object
implements PropertyExpression, Serializable

An object property expression is an object property construct, which can be used in axioms, e.g. complex class descriptions. It can be either an object property or an inverse of an object property.

Author:
Jens Lehmann
See Also:
Serialized Form

Constructor Summary
ObjectPropertyExpression(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.dllearner.core.owl.KBElement
accept, getLength, toKBSyntaxString, toManchesterSyntaxString, toString
 

Constructor Detail

ObjectPropertyExpression

public ObjectPropertyExpression(String name)
Method Detail

getName

public String getName()


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