org.semanticweb.elk.owl.interfaces
Interface ElkDataOneOf

All Superinterfaces:
ElkDataRange, ElkObject

public interface ElkDataOneOf
extends ElkDataRange

Corresponds to an Enumeration of Literals in the OWL 2 specification.

Author:
Markus Kroetzsch

Method Summary
 List<? extends ElkLiteral> getLiterals()
          Get the list of literals that this expression refers to.
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkDataRange
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

getLiterals

List<? extends ElkLiteral> getLiterals()
Get the list of literals that this expression refers to. The order of literals does not affect the semantics but it is relevant to the syntax of OWL.

Returns:
list of literals


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.