| Package | Description |
|---|---|
| uk.ac.ebi.arrayexpress2.magetab.parser |
Parser classes for parsing MAGE-TAB aspects.
|
| uk.ac.ebi.arrayexpress2.magetab.validator |
Validator classes for validating the MAGE-TAB datamodel during parsing.
|
| Modifier and Type | Method and Description |
|---|---|
Validator<MAGETABInvestigation> |
MAGETABParser.getValidator()
Get the currently configured validator for this parser.
|
Validator<MAGETABArrayDesign> |
MAGETABArrayParser.getValidator()
Get the currently configured validator for this parser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MAGETABArrayParser.setValidator(Validator<MAGETABArrayDesign> validator)
Configure this parser with a
Validator. |
| Constructor and Description |
|---|
MAGETABParser(Validator<MAGETABInvestigation> validator)
Create a parser that performs validation using the supplied
Validator. |
MAGETABParser(Validator<MAGETABInvestigation> validator,
Converter<MAGETABInvestigation,O> converter,
O... outputResources)
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValidator<T>
An abstract implementation of the
Validator interface. |
class |
IDFValidator
Javadocs go here!
|
class |
MAGETABValidator
Performs validation of a MAGE-TAB object model using any
ValidateHandlers available. |
class |
SDRFValidator
Javadocs go here!
|
Copyright © 2014. All rights reserved.