org.semanticweb.kaon2.api.rules
Interface Variable

All Superinterfaces:
Term

public interface Variable
extends Term

Represents a variable in a literal.


Method Summary
 java.lang.String getVariableName()
          Returns the name of this variable.
 
Methods inherited from interface org.semanticweb.kaon2.api.rules.Term
accept, toString
 

Method Detail

getVariableName

java.lang.String getVariableName()
Returns the name of this variable.

Returns:
the name of this variable