| Package | Description |
|---|---|
| org.molgenis.model.jaxb |
Jaxb implementation of subset of model elements.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
Model.findEntity(String name)
find entity across local entities, and the ones contained in modules
|
Entity |
Module.getEntity(String name) |
Entity |
Model.getEntity(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
Module.getEntities() |
List<Entity> |
Model.getEntities() |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.addEntity(Entity e) |
void |
Model.addEntity(Entity e) |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.setEntities(List<Entity> entities) |
void |
Model.setEntities(List<Entity> entities) |
Copyright © 2015. All Rights Reserved.