de.dfki.mycbr.core.similarity
Interface TaxonomyNode

All Known Implementing Classes:
BooleanDesc, SpecialAttribute, SpecialDesc, SymbolAttribute, SymbolDesc

public interface TaxonomyNode

Represents nodes in the taxonomy used by TaxonomyFct to compute similarities of symbols.

Author:
myCBR Team

Method Summary
 java.util.List<TaxonomyNode> getNodes()
          Returns a list of nodes allowed for the taxonomy this is contained in.
 

Method Detail

getNodes

java.util.List<TaxonomyNode> getNodes()
Returns a list of nodes allowed for the taxonomy this is contained in. Does not include root, although root is TaxonomyNode, too.

Returns:
list of nodes for the corresponding taxonomy