org.javagen.funcgen.model
Class PermutationSet

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

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

Specific instance of PermutationsGroup. Set of properties are held in the context.

Author:
Richard Easterling
See Also:
Serialized Form

Field Summary
static String DEFAULT_MODEL_TYPE
           
 
Fields inherited from class org.javagen.agile.core.model.AbstractModel
childModels, context, id, modelType, name, parentModel
 
Constructor Summary
PermutationSet()
           
PermutationSet(String name)
           
 
Method Summary
 
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
Constructor Detail

PermutationSet

public PermutationSet()

PermutationSet

public PermutationSet(String name)


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