org.semanticweb.elk.owl.implementation
Class ElkObjectOneOfImpl
java.lang.Object
org.semanticweb.elk.owl.implementation.ElkObjectImpl
org.semanticweb.elk.owl.implementation.ElkObjectListObject<ElkIndividual>
org.semanticweb.elk.owl.implementation.ElkObjectOneOfImpl
- All Implemented Interfaces:
- ElkClassExpression, ElkObject, ElkObjectOneOf
public class ElkObjectOneOfImpl
- extends ElkObjectListObject<ElkIndividual>
- implements ElkObjectOneOf
Corresponds to an Enumeration of
Individuals in the OWL 2 specification.
- Author:
- Markus Kroetzsch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getIndividuals
public List<? extends ElkIndividual> getIndividuals()
- Specified by:
getIndividuals in interface ElkObjectOneOf
accept
public <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.