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