org.javagen.funcgen.model
Class Permutations

java.lang.Object
  extended by org.javagen.agile.core.model.AbstractModel
      extended by org.javagen.funcgen.model.Permutations
All Implemented Interfaces:
Serializable, org.javagen.agile.core.context.ContextHolder, org.javagen.agile.core.model.Model

public class Permutations
extends org.javagen.agile.core.model.AbstractModel

A permutation represents a specific test property and a set of values for that property that are to be tested.

Author:
Richard Easterling
See Also:
Serialized Form

Field Summary
static String DEFAULT_MODEL_TYPE
           
protected  List<String> values
           
 
Fields inherited from class org.javagen.agile.core.model.AbstractModel
childModels, context, id, modelType, name, parentModel
 
Constructor Summary
Permutations()
           
Permutations(String name)
           
 
Method Summary
 void addValue(String value)
           
 List<String> getValue()
           
 void setValue(List<String> values)
           
 
Methods inherited from class org.javagen.agile.core.model.AbstractModel
addChildModel, allOwnedModels, copyTo, equals, get, getChildModels, getContext, getId, getModelType, getName, getParentModel, lookupChildByName, put, setChildModels, setContext, setId, setModelType, setName, setParentModel, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_MODEL_TYPE

public static final String DEFAULT_MODEL_TYPE
See Also:
Constant Field Values

values

protected List<String> values
Constructor Detail

Permutations

public Permutations()

Permutations

public Permutations(String name)
Method Detail

getValue

public List<String> getValue()

setValue

public void setValue(List<String> values)

addValue

public void addValue(String value)


Copyright 2006-2006 Outsource Cafe Inc.. All Rights Reserved.