Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

joelib.process.types
Class CreateFileName  view CreateFileName download CreateFileName.java

java.lang.Object
  extended byjoelib.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.


Field Summary
private static joelib.util.JOEProperty[] ACCEPTED_PROPERTIES
           
private  joelib.process.ProcessInfo info
           
private static org.apache.log4j.Category logger
          Obtain a suitable logger.
 
Constructor Summary
CreateFileName()
          Constructor for the DescSelectionWriter object
 
Method Summary
 joelib.util.JOEProperty[] acceptedProperties()
          Description of the Method
 boolean clear()
          Description of the Method
 joelib.process.ProcessInfo getProcessInfo()
          Gets the processInfo attribute of the ProcessPipe object
 boolean process(joelib.molecule.JOEMol mol, java.util.Map properties)
          Description of the Method
 void setProcessInfo(joelib.process.ProcessInfo _info)
          Sets the processInfo attribute of the ProcessPipe object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CreateFileName

public CreateFileName()
Constructor for the DescSelectionWriter object

Method Detail

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