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.StringRXN_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.StringgetRXNfile()voidwriteRXNfile(java.io.Writer theWriter)
-
-
-
Field Detail
-
RXN_CODE_TAG
public static final java.lang.String RXN_CODE_TAG
- See Also:
- Constant Field Values
-
-