org.semanticweb.kaon2.api.rules
Interface Term

All Known Subinterfaces:
Constant, Individual, Variable

public interface Term

Represents a term of a literal.


Method Summary
 java.lang.Object accept(KAON2Visitor visitor)
          Accepts a visitor for this object.
 void toString(java.lang.StringBuffer buffer, Namespaces namespaces)
          Writes this entity to the supplied sting buffer.
 

Method Detail

toString

void toString(java.lang.StringBuffer buffer,
              Namespaces namespaces)
Writes this entity to the supplied sting buffer.

Parameters:
buffer - the buffer
namespaces - the namespaces

accept

java.lang.Object accept(KAON2Visitor visitor)
Accepts a visitor for this object.

Parameters:
visitor - the visitor for this object
Returns:
the result of the visitor