org.semanticweb.elk.owl.implementation
Class ElkPropertyRestrictionImpl<P>
java.lang.Object
org.semanticweb.elk.owl.implementation.ElkObjectImpl
org.semanticweb.elk.owl.implementation.ElkPropertyRestrictionImpl<P>
- Type Parameters:
P - the type of the property of this restriction
- All Implemented Interfaces:
- ElkClassExpression, ElkObject, ElkPropertyRestriction<P>
- Direct Known Subclasses:
- ElkCardinalityRestrictionImpl, ElkObjectHasSelfImpl, ElkPropertyRestrictionQualifiedImpl
public abstract class ElkPropertyRestrictionImpl<P>
- extends ElkObjectImpl
- implements ElkPropertyRestriction<P>
Implementation of ElkPropertyRestriction
- Author:
- "Yevgeny Kazakov"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
property
protected final P property
getProperty
public P getProperty()
- Specified by:
getProperty in interface ElkPropertyRestriction<P>
accept
public abstract <O> O accept(ElkClassExpressionVisitor<O> visitor)
- Specified by:
accept in interface ElkClassExpression
accept
public <O> O accept(ElkObjectVisitor<O> visitor)
- Specified by:
accept in interface ElkObject
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.