org.wwbota.identification
Interface Organ

All Superinterfaces:
Named

public interface Organ
extends Named

Any organ (e.g. leaf blade, petal) at any level of containment


Method Summary
 Organ[] getChildren()
          Get the Organs direclly contained within this one (e.g. flower ==> sepal,petal,ovary,etamine
 Organ getParent()
          Get the Organ containing this one (e.g. petal==> flower
 
Methods inherited from interface org.wwbota.identification.Named
getName
 

Method Detail

getParent

public Organ getParent()
Get the Organ containing this one (e.g. petal==> flower

getChildren

public Organ[] getChildren()
Get the Organs direclly contained within this one (e.g. flower ==> sepal,petal,ovary,etamine