org.ceryle.wiki.plugin.util
Class ParameterGroup

java.lang.Object
  extended by org.ceryle.wiki.plugin.util.ParameterGroup
Direct Known Subclasses:
AggregateParamGroup

public class ParameterGroup
extends Object

Serves as a container for a grouping of parameters. Future provisions for copying a group, buffering old values, etc. could come in as needed. Mostly right now this is a convenience clustering.

Author:
John Volkar (john.volkar at gmail.com)

Constructor Summary
ParameterGroup()
           
 
Method Summary
 void add(Parameter p)
           
 void update(Map stringParamMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterGroup

public ParameterGroup()
Method Detail

add

public void add(Parameter p)

update

public void update(Map stringParamMap)
            throws ParameterException
Throws:
ParameterException


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.