org.semanticweb.elk.owl.implementation
Class ElkClassExpressionListObject
java.lang.Object
org.semanticweb.elk.owl.implementation.ElkObjectImpl
org.semanticweb.elk.owl.implementation.ElkObjectListObject<ElkClassExpression>
org.semanticweb.elk.owl.implementation.ElkClassExpressionListObject
- All Implemented Interfaces:
- ElkObject
- Direct Known Subclasses:
- ElkDisjointClassesAxiomImpl, ElkDisjointUnionAxiomImpl, ElkEquivalentClassesAxiomImpl, ElkObjectIntersectionOfImpl, ElkObjectUnionOfImpl
public abstract class ElkClassExpressionListObject
- extends ElkObjectListObject<ElkClassExpression>
Implementation for ElkObjects that maintain a list of class expressions.
- Author:
- Markus Kroetzsch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
getClassExpressions
public List<? extends ElkClassExpression> getClassExpressions()
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.