de.tudresden.inf.lat.jcel.ontology.datatype
Interface IntegerObjectPropertyExpression

All Superinterfaces:
de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerDatatype
All Known Implementing Classes:
IntegerObjectInverseOf, IntegerObjectProperty

public interface IntegerObjectPropertyExpression
extends de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerDatatype

This interface is implemented by classes that model object property expressions with integer numbers.

Author:
Julian Mendez

Method Summary
<T> T
accept(IntegerObjectPropertyExpressionVisitor<T> visitor)
           
 boolean isLiteral()
          Tells whether or not this property expression is a literal.
 
Methods inherited from interface de.tudresden.inf.lat.jcel.coreontology.datatype.IntegerDatatype
getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getObjectPropertiesInSignature
 

Method Detail

accept

<T> T accept(IntegerObjectPropertyExpressionVisitor<T> visitor)

isLiteral

boolean isLiteral()
Tells whether or not this property expression is a literal.

Returns:
true if and only if this class expression is a literal


Copyright © 2012. All Rights Reserved.