Uses of Class
edu.ucsb.nceas.morpho.datapackage.Entity

Packages that use Entity
edu.ucsb.nceas.morpho.datapackage   
 

Uses of Entity in edu.ucsb.nceas.morpho.datapackage
 

Fields in edu.ucsb.nceas.morpho.datapackage declared as Entity
protected  Entity[] AbstractDataPackage.entityArray
           
 

Methods in edu.ucsb.nceas.morpho.datapackage that return Entity
 Entity[] AbstractDataPackage.getEntityArray()
           
 

Methods in edu.ucsb.nceas.morpho.datapackage with parameters of type Entity
 void AbstractDataPackage.addEntity(Entity entity)
          This method automatically adds an entity in the DOM at the next available position
 void AbstractDataPackage.insertEntity(Entity entity, int pos)
          This method inserts an entity in the DOM at the indexed position
 



Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.