org.writersforge.catalan.process.workers.partition
Class PartitionProperties

java.lang.Object
  extended byorg.writersforge.catalan.process.properties.BaseWorkProperties
      extended byorg.writersforge.catalan.process.properties.ChainedProperties
          extended byorg.writersforge.catalan.process.properties.CommonProperties
              extended byorg.writersforge.catalan.process.workers.partition.PartitionProperties
All Implemented Interfaces:
IWorkProperties

public class PartitionProperties
extends CommonProperties

Specialized properties container for ParserWorker.

Author:
jsheets

Constructor Summary
PartitionProperties(IWorkProperties baseProps)
          Creates a new instance of PartitionProperties.
 
Method Summary
 Partition[] getPartitions()
          Retrieves the value of the "partitions" property.
 
Methods inherited from class org.writersforge.catalan.process.properties.CommonProperties
getCommand, getCount, getEndIndex, getStartIndex
 
Methods inherited from class org.writersforge.catalan.process.properties.ChainedProperties
addPropertySet, getProperty, getPropertyNames, getPropertySets, toString
 
Methods inherited from class org.writersforge.catalan.process.properties.BaseWorkProperties
asMap, asMap, getPropertyAsBoolean, getPropertyAsDatum, getPropertyAsMap, getPropertyAsNumber, getPropertyAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.writersforge.catalan.process.properties.IWorkProperties
getProperty, getPropertyAsBoolean, getPropertyAsDatum, getPropertyAsMap, getPropertyAsNumber, getPropertyAsString, getPropertyNames
 

Constructor Detail

PartitionProperties

public PartitionProperties(IWorkProperties baseProps)
Creates a new instance of PartitionProperties.

Parameters:
baseProps - properties to wrap
Method Detail

getPartitions

public Partition[] getPartitions()
Retrieves the value of the "partitions" property. Legal types are Partition, Partition[], Datum, and Datum[].

Returns:
the "partitions" property