java.lang.Object
joelib.process.types.CreateFileName
- All Implemented Interfaces:
- joelib.process.JOEProcess, joelib.util.PropertyAcceptor
- public class CreateFileName
- extends java.lang.Object
- implements joelib.process.JOEProcess
Calling processor classes if the filter rule fits.
|
Constructor Summary |
CreateFileName()
Constructor for the DescSelectionWriter object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static org.apache.log4j.Category logger
- Obtain a suitable logger.
ACCEPTED_PROPERTIES
private static final joelib.util.JOEProperty[] ACCEPTED_PROPERTIES
info
private joelib.process.ProcessInfo info
CreateFileName
public CreateFileName()
- Constructor for the DescSelectionWriter object
setProcessInfo
public void setProcessInfo(joelib.process.ProcessInfo _info)
- Sets the processInfo attribute of the ProcessPipe object
- Specified by:
setProcessInfo in interface joelib.process.JOEProcess
getProcessInfo
public joelib.process.ProcessInfo getProcessInfo()
- Gets the processInfo attribute of the ProcessPipe object
- Specified by:
getProcessInfo in interface joelib.process.JOEProcess
acceptedProperties
public joelib.util.JOEProperty[] acceptedProperties()
- Description of the Method
- Specified by:
acceptedProperties in interface joelib.util.PropertyAcceptor
clear
public boolean clear()
- Description of the Method
- Specified by:
clear in interface joelib.process.JOEProcess
process
public boolean process(joelib.molecule.JOEMol mol,
java.util.Map properties)
throws joelib.process.JOEProcessException
- Description of the Method
- Specified by:
process in interface joelib.process.JOEProcess