org.wwbota.identification
Interface Feature

All Superinterfaces:
Character

public interface Feature
extends Character

An extension of Character adding informations about organ (e.g. leaf blade, petal), and general property (e.g. color, shape). Currently unused, but will be used to provide a classification and retrieval of characters according to organ, and general properties, thus making User Interface richer.


Method Summary
 GeneralProperty getGeneralProperty()
           
 Organ getOrgan()
           
 
Methods inherited from interface org.wwbota.identification.Character
getName, getType, getURI, makeCriterion
 

Method Detail

getOrgan

public Organ getOrgan()

getGeneralProperty

public GeneralProperty getGeneralProperty()