org.semanticweb.kaon2.api.rules
Interface Constant

All Superinterfaces:
Term
All Known Subinterfaces:
Individual

public interface Constant
extends Term

Represents a constant in a literal.


Method Summary
 java.lang.Object getValue()
          Returns the value of the constant.
 
Methods inherited from interface org.semanticweb.kaon2.api.rules.Term
accept, toString
 

Method Detail

getValue

java.lang.Object getValue()
Returns the value of the constant.

Returns:
the value of the constant