Package com.actelion.research.chem.io
Class RXNFileV3Creator
- java.lang.Object
-
- com.actelion.research.chem.io.RXNFileV3Creator
-
public class RXNFileV3Creator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
RXN_CODE_TAG
-
Constructor Summary
Constructors Constructor Description RXNFileV3Creator(Reaction rxn)
RXNFileV3Creator(Reaction r, java.lang.String programName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRXNfile()
void
writeRXNfile(java.io.Writer theWriter)
-
-
-
Field Detail
-
RXN_CODE_TAG
public static final java.lang.String RXN_CODE_TAG
- See Also:
- Constant Field Values
-
-