| Package | Description |
|---|---|
| de.unirostock.sems.morre.client.dataholder |
| Modifier and Type | Method | Description |
|---|---|---|
Person |
PersonResult.getPerson() |
| Modifier and Type | Method | Description |
|---|---|---|
List<Person> |
Publication.getAuthors() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PersonResult.setPerson(Person person) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Publication.setAuthors(List<Person> authors) |
| Constructor | Description |
|---|---|
PersonResult(float score,
Person person,
List<String> relatedModelsUri) |
| Constructor | Description |
|---|---|
Publication(String title,
String journal,
String synopsis,
String year,
List<Person> authors) |
Copyright © 2018 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.