aminePlatform.kernel.ontology
Interface DescriptionWithGenus

All Known Implementing Classes:
CG

public interface DescriptionWithGenus

Title : kernel.ontology.DescriptionWithGenus interface

Description : DescriptionWithGenus is an interface that should be implemented by any description scheme that supports type definition with genus. CG is an example of such a description scheme, and so it implements this interface. Copyright: Copyright (c) Adil KABBAJ, 2004-2009


Method Summary
 java.util.Enumeration getGenus()
          If the current object represents the definition body of a concept type, getGenus() should return an enumeration of Type CS which stand for the direct superTypes of the defined type
 

Method Detail

getGenus

public java.util.Enumeration getGenus()
If the current object represents the definition body of a concept type, getGenus() should return an enumeration of Type CS which stand for the direct superTypes of the defined type

Returns:
an enumeration of Type CS