aminePlatform.kernel.lexicons
Interface ToString

All Known Subinterfaces:
AmineObject
All Known Implementing Classes:
AmineList, AmineSet, CG, ComposedType, Concept, CS, Relation, Term, Variable, VarListConstructor

public interface ToString

Title : lexicons.ToString interface

Description : ToString interface contains a specification of toString(Lexicon) method. It should be implemented by any class for whom the textual formulation (the toString operation) is dependent on the current Lexicon. Currently, this interface is implemented by the class ontology.CS (and by inheritance its subclasses).

Implemented (currently) by: CS

Copyright: Copyright (c) Adil KABBAJ, 2004-2009


Method Summary
 java.lang.String toString(Lexicon lexicon)
           
 

Method Detail

toString

public java.lang.String toString(Lexicon lexicon)
                          throws ToStringException
Throws:
ToStringException