kaos.core.csi.policy
Interface ViolatedObligationDescription

All Superinterfaces:
ActionInstanceDescription, java.lang.Cloneable, ObligationActionDescription, OntInstanceDescription
All Known Implementing Classes:
ViolatedObligationDescriptionImpl

public interface ViolatedObligationDescription
extends ObligationActionDescription


Method Summary
 java.lang.String getReasonForViolation()
           
 void setReasonForViolation(java.lang.String reason)
           
 
Methods inherited from interface kaos.core.csi.policy.ObligationActionDescription
getAlternateActors, setAlternateActors
 
Methods inherited from interface kaos.core.csi.ActionInstanceDescription
getActionClassName, getActor, getConceptMappingName, getPropertyPopulatorKey, setConceptMappingName, setPropertyPopulatorKey
 
Methods inherited from interface kaos.core.csi.OntInstanceDescription
addProperty, addProperty, addType, clone, getFirstType, getInstanceOntModel, getName, getNestedProperty, getProperties, getPropertiesMap, getProperty, getTypes, removeProperty, removeType
 

Method Detail

getReasonForViolation

java.lang.String getReasonForViolation()

setReasonForViolation

void setReasonForViolation(java.lang.String reason)