Uses of Class
net.sf.adatagenerator.api.ModificationException

Packages that use ModificationException
net.sf.adatagenerator.api The API package is composed of Java interfaces, abstract classes and Exception classes that the define A Data Generator (ADG) framework. 
net.sf.adatagenerator.core The CORE package is composed of concrete classes for default implementations of A Data Generator (ADG) framework. 
net.sf.adatagenerator.febrl.modifiers The classes in this package are based on Python classes that are part of the data generation module in the Febrl project
net.sf.adatagenerator.modifiers The MODIFIERS package is a reusable, application-independent set of classes for implementing objects that modify value, bean and pair instances. 
 

Uses of ModificationException in net.sf.adatagenerator.api
 

Methods in net.sf.adatagenerator.api that throw ModificationException
 ModifiableBean<R> ModifiableBean.acceptModification(BeanModifier<R> modifier)
          Accepts modification by the specified bean modifier.
 ModifiablePair<R> ModifiablePair.acceptModification(PairModifier<R,ModifiablePair<R>> modifier)
          Accepts modification by the specified pair modifier.
 T BeanCreator.createBean(T template)
           
 T BeanModifier.modifyBean(T bean)
          Modifies the specified bean.
 P PairModifier.modifyPair(P target)
          Modifies the target and updates its current status.
 V ValueModifier.modifyValue(V value)
          Modifies and returns the specified value
<V,T> void
GeneratedGroupBean.setGroupParameterValue(Group<T> group, Class<V> parameterType, String parameterName, Object parameterValue)
           
 

Uses of ModificationException in net.sf.adatagenerator.core
 

Methods in net.sf.adatagenerator.core that throw ModificationException
 ModifiablePair<ModifiableBean<R>> DefaultModifiablePair.acceptModification(PairModifier<ModifiableBean<R>,ModifiablePair<ModifiableBean<R>>> modifier)
           
 ModifiablePair<R> DefaultSynthesizedPair.acceptModification(PairModifier<R,ModifiablePair<R>> modifier)
           
 

Uses of ModificationException in net.sf.adatagenerator.febrl.modifiers
 

Methods in net.sf.adatagenerator.febrl.modifiers that throw ModificationException
 String Transpositioner.modifyValue(String value)
           
 String CharInserter.modifyValue(String value)
           
abstract  T FebrlDataDrivenModifier.modifyValue(T fieldValue)
           
 

Uses of ModificationException in net.sf.adatagenerator.modifiers
 

Methods in net.sf.adatagenerator.modifiers that throw ModificationException
 R CompositeBeanFieldModifier.modifyBean(R target)
          Deprecated.  
 R RandomBeanFieldModifier.modifyBean(R target)
           
 S BeanFieldModifier.modifyBean(S bean)
           
static
<F,R> R
CompositeBeanFieldModifier.modifyBean(String fieldNameStem, Method fieldAccessor, Method fieldMutator, Iterable<ValueModifier<F>> valueModifiers, R target)
          Deprecated.  
static
<F,R> R
RandomBeanFieldModifier.modifyBean(String fieldNameStem, Method fieldAccessor, Method fieldMutator, Iterable<ValueModifier<F>> valueModifiers, R target)
           
static
<F,R> R
BeanFieldModifier.modifyBean(String fieldNameStem, Method fieldAccessor, Method fieldMutator, ValueModifier<F> valueModifier, R bean)
           
protected static
<F,R> R
CompositeBeanFieldModifier.modifyBeanInternal(String fieldNameStem, Method fieldAccessor, Method fieldMutator, Iterable<ValueModifier<F>> valueModifiers, R target)
          Deprecated.  
protected static
<F,R> R
RandomBeanFieldModifier.modifyBeanInternal(String fieldNameStem, Method fieldAccessor, Method fieldMutator, Iterable<ValueModifier<F>> valueModifiers, R target)
           
protected static
<F,R> R
BeanFieldModifier.modifyBeanInternal(String fieldNameStem, Method fieldAccessor, Method fieldMutator, ValueModifier<F> valueModifier, R bean)
           
static
<T,P extends ModifiablePair<T>>
P
DefaultPairModifier.modifyPair(BeanModifier<T> beanModifier, P target, boolean left)
          Deterministically modifies either the left or right member of the target pair.
 P CompositePairModifier.modifyPair(P target)
           
 P DefaultPairModifier.modifyPair(P target)
          Randomly modifies either the left or right member of the target pair.
 P RandomPairModifier.modifyPair(P target)
           
 T NullValueModifier.modifyValue(T value)
           
 T NoChangeValueModifier.modifyValue(T value)
           
 



Copyright © 2011-2012. All Rights Reserved.