Uses of Interface
uk.ac.ed.morphml_handler.MorphMLEntity

Packages that use MorphMLEntity
uk.ac.ed.morphml_handler   
 

Uses of MorphMLEntity in uk.ac.ed.morphml_handler
 

Classes in uk.ac.ed.morphml_handler that implement MorphMLEntity
 class AffineWarpDataStructure
           
 class AffineWarpPoint
           
 class Cell
           
 class Feature
           
 class Morphology
           
 class MorphologyData
           
 class MorphologyList
           
 

Fields in uk.ac.ed.morphml_handler declared as MorphMLEntity
protected  MorphMLEntity MorphMLPropertiesPanel.entity
           
 

Methods in uk.ac.ed.morphml_handler that return MorphMLEntity
 MorphMLEntity MorphologyList.getParentEntity()
           
 MorphMLEntity MorphologyData.getParentEntity()
           
 MorphMLEntity Morphology.getParentEntity()
           
 MorphMLEntity MorphMLEntity.getParentEntity()
           
 MorphMLEntity Feature.getParentEntity()
           
 MorphMLEntity Cell.getParentEntity()
           
 MorphMLEntity AffineWarpPoint.getParentEntity()
           
 MorphMLEntity AffineWarpDataStructure.getParentEntity()
           
protected  MorphMLEntity MorphMLHandler.readMorphMLStream(InputStream stream)
           
 

Methods in uk.ac.ed.morphml_handler with parameters of type MorphMLEntity
 void MorphMLPropertiesPanel.setMorplMLEntity(MorphMLEntity entity)
           
protected  void MorphMLHandler.writeMorphMLStream(MorphMLEntity entity, OutputStream stream)