Class AbstractProcess

  • All Implemented Interfaces:
    Process
    Direct Known Subclasses:
    AbstractFeatureCollectionProcess, SimpleProcess

    public abstract class AbstractProcess
    extends Object
    implements Process
    Provide an implementation of the process method to implement your own Process.

    This is a straight forward abstract process that has all the fields filled in.

    Author:
    gdavis