org.decisiondeck.xmcda_oo.utils
Interface Modifier<T>


public interface Modifier<T>


Method Summary
 boolean modify(T target)
           
 

Method Detail

modify

boolean modify(T target)
Parameters:
target - the object whose state is to be possibly modified. Not null.
Returns:
true iff the target object changed as a result of this method call.


Copyright © 2011. All Rights Reserved.