org.jostraca.section
Interface Modifier

All Known Implementing Classes:
Identity, ModifierManager

public interface Modifier

Description:
A textual tranformation is unary operation on a Section or SectionSet which returns the Section or all Sections in the set modified in some way.


Method Summary
 Section modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 SectionSet modify(SectionSet pSectionSet, PropertySet pPropertySet)
          Modify all Sections in the SectionSet.
 

Method Detail

modify

public Section modify(Section pSection,
                      PropertySet pPropertySet)
               throws ModifierException
Modify the Section.

Parameters:
pSection - Section to modify.
pPropertySet - PropertySet which may contain parameters for the modification.
Throws:
ModifierException

modify

public SectionSet modify(SectionSet pSectionSet,
                         PropertySet pPropertySet)
                  throws ModifierException
Modify all Sections in the SectionSet.

Parameters:
pSectionSet - SectionSet containing Sections to modify.
pPropertySet - PropertySet which may contain parameters for the modification.
Throws:
ModifierException


Copyright © 2000-2002 Richard Rodger