Package com.actelion.research.chem.io
Class RXNFileCreator
- java.lang.Object
-
- com.actelion.research.chem.io.RXNFileCreator
-
public class RXNFileCreator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
RXN_CODE_TAG
-
Constructor Summary
Constructors Constructor Description RXNFileCreator(Reaction rxn)
RXNFileCreator(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
-
-