org.semanticweb.elk.owl.implementation
Class ElkDataOneOfImpl
java.lang.Object
org.semanticweb.elk.owl.implementation.ElkObjectImpl
org.semanticweb.elk.owl.implementation.ElkObjectListObject<ElkLiteral>
org.semanticweb.elk.owl.implementation.ElkDataOneOfImpl
- All Implemented Interfaces:
- ElkDataOneOf, ElkDataRange, ElkObject
public class ElkDataOneOfImpl
- extends ElkObjectListObject<ElkLiteral>
- implements ElkDataOneOf
ELK implementation of ElkDataOneOf.
- Author:
- Markus Kroetzsch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getLiterals
public List<? extends ElkLiteral> getLiterals()
- Specified by:
getLiterals in interface ElkDataOneOf
accept
public <O> O accept(ElkDataRangeVisitor<O> visitor)
- Specified by:
accept in interface ElkDataRange
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.