All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rcsb.cif.schema.StandardSchemata Maven / Gradle / Ivy

package org.rcsb.cif.schema;

import org.rcsb.cif.schema.core.CifCoreFileBuilder;
import org.rcsb.cif.schema.core.CifCoreFile;
import org.rcsb.cif.schema.mm.MmCifFileBuilder;
import org.rcsb.cif.schema.mm.MmCifFile;

/**
 * A collection of commonly used schemata (and their corresponding {@link SchemaProvider}).
 */
public class StandardSchemata {
    public static final SchemaProvider CIF_CORE = new CifCoreSchemaProvider();
    public static final SchemaProvider MMCIF = new MmCifSchemaProvider();

    private StandardSchemata() {
        // nothing here
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy