|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
Entity[] |
AbstractDataPackage.getOriginalEntityArray()
|
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 |
void |
AbstractDataPackage.setOriginalEntityArray(Entity[] arr)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |