| Package | Description |
|---|---|
| uk.ac.ebi.ddi.xml.validator.parser | |
| uk.ac.ebi.ddi.xml.validator.parser.model | |
| uk.ac.ebi.ddi.xml.validator.utils |
| Modifier and Type | Method and Description |
|---|---|
Entry |
OmicsXMLFile.getEntryById(String id)
This function return the information of an element using the the id in the XML, for example PXD00001
|
Entry |
OmicsXMLFile.getEntryByIndex(Integer index)
THis function return an entry using the index element in the file for example first element (index = 0),
second element (index = 1)
|
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
OmicsXMLFile.getAllEntries() |
| Modifier and Type | Field and Description |
|---|---|
protected List<Entry> |
Entries.entry |
| Modifier and Type | Method and Description |
|---|---|
Entry |
ObjectFactory.createEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
Entries.getEntry()
Gets the value of the entry property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entries.addEntry(Entry entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setEntries(List<Entry> entries) |
| Constructor and Description |
|---|
Entries(List<Entry> entry)
Constructor with all the entries by default
|
| Modifier and Type | Method and Description |
|---|---|
static List<Tuple> |
Utils.validateSemantic(Entry entry) |
Copyright © 2019. All Rights Reserved.