There was an error while loading. Please reload this page.
public StagingSchema getSchema(String id)
Get a StagingSchema based on schema identifier.
StagingSchema
Staging staging = Staging.getInstance(CsDataProvider.getInstance(CsVersion.v020550)); Assert.assertNull(staging.getSchema("bad_schema_name")); Assert.assertNotNull(staging.getSchema("brain")); Assert.assertEquals(Integer.valueOf(143), staging.getSchema("brain").getSchemaNum());
Home
Supported Algorithms
Getting Started
API Documentation
Technical Specifications