-
Notifications
You must be signed in to change notification settings - Fork 4
getSchemaIds
Chuck May edited this page Apr 14, 2015
·
4 revisions
public Set<String> getSchemaIds()
Return a Set
of all schema identifiers.
Staging staging = Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550));
Assert.assertEquals(153, staging.getSchemaIds().size());
Assert.assertTrue(staging.getSchemaIds().contains("urethra"));
Supported Algorithms
Getting Started
API Documentation
- findMatchingTableRow
- getInputs
- getInvolvedSchemas
- getInvolvedTables
- getOutputs
- getSchema
- getSchemaIds
- getTable
- getTableIds
- isCodeValid
- isValidHistology
- isValidSite
- lookupSchema
- stage
Technical Specifications