kaos.core.csi.policy
Interface ViolatedObligationDescription

All Superinterfaces:
ActionInstanceDescription, java.lang.Cloneable, OntInstanceDescription

public interface ViolatedObligationDescription
extends ActionInstanceDescription


Method Summary
 java.lang.String getReasonForViolation()
          Get the reason for violating this obligation.
 void setReasonForViolation(java.lang.String reason)
          Set the reason for violating this obligation.
 
Methods inherited from interface kaos.core.csi.ActionInstanceDescription
getActionClassName, getActor, getConceptMappingName, getPropertyPopulatorKey, setConceptMappingName, setPropertyPopulatorKey
 
Methods inherited from interface kaos.core.csi.OntInstanceDescription
addProperty, addType, clone, getInstanceOntModel, getName, getProperties, getProperty, getTypes, removeProperty, removeType
 

Method Detail

getReasonForViolation

java.lang.String getReasonForViolation()
Get the reason for violating this obligation.


setReasonForViolation

void setReasonForViolation(java.lang.String reason)
Set the reason for violating this obligation.



Copyright © 2005 IHMC All Rights Reserved.