![JAR search and dependency download from the Maven repository](/logo.png)
org.bitbucket.kienerj.cir.CIRRepresentation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cir-java Show documentation
Show all versions of cir-java Show documentation
Java Wrapper for using Chemistry Identifier Resolver (CIR)
The newest version!
/*
* Copyright (C) 2013 Joos Kiener
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.bitbucket.kienerj.cir;
/**
* Allowed representations for ChemicalIdentifier Resolver.
*
*
* @author Joos Kiener
*/
public enum CIRRepresentation {
CAS,
CHEMSPIDER_ID,
EFFECTIVE_ROTOR_COUNT,
FICTS,
FICUS,
FORMULA,
HASHISY,
H_BOND_ACCEPTOR_COUNT,
H_BOND_CENTER_COUNT,
H_BOND_DONOR_COUNT,
IMAGE,
IUPAC_NAME,
MW,
NAMES,
RING_COUNT,
RINGSYS_COUNT,
ROTOR_COUNT,
RULE_OF_5_VIOLATION_COUNT,
SDF,
STDINCHI,
STDINCHIKEY,
SMILES,
TWIRL,
UUUUU;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy