kaos.policy.management
Class FullPolicyUpdate

java.lang.Object
  extended by kaos.policy.management.FullPolicyUpdate
All Implemented Interfaces:
java.io.Serializable, StateUpdate, PolicyUpdate

public class FullPolicyUpdate
extends java.lang.Object
implements PolicyUpdate, java.io.Serializable

This class models an atomic policy update

See Also:
Serialized Form

Field Summary
 java.util.List _currentPolicies
           
 
Constructor Summary
FullPolicyUpdate(java.util.List currentPolicies)
          Models a complete replacement of existing policies with the given set
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_currentPolicies

public java.util.List _currentPolicies
Constructor Detail

FullPolicyUpdate

public FullPolicyUpdate(java.util.List currentPolicies)
Models a complete replacement of existing policies with the given set

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object