kaos.autonomy.repository
Interface MetricForConsequenceStatus

All Superinterfaces:
java.lang.Cloneable, OntInstanceDescription
All Known Implementing Classes:
MetricForConsequenceStatusImpl

public interface MetricForConsequenceStatus
extends OntInstanceDescription

This interface containes methods allowing to create and investigate a description of an MetricForConsequenceStatus instance. $Revision: 1.1 $


Method Summary
 java.lang.String getActionStatus()
          Get action status
 float getConsequenceValue()
          Get the value of this consequence
 void setActionStatus(java.lang.String myActionStatus)
          Set action status
 void setConsequenceValue(float myValue)
          Set the value of this consequence
 
Methods inherited from interface kaos.core.csi.OntInstanceDescription
addProperty, addProperty, addType, clone, getFirstType, getInstanceOntModel, getName, getNestedProperty, getProperties, getPropertiesMap, getProperty, getTypes, removeProperty, removeType
 

Method Detail

getActionStatus

java.lang.String getActionStatus()
Get action status


getConsequenceValue

float getConsequenceValue()
Get the value of this consequence


setActionStatus

void setActionStatus(java.lang.String myActionStatus)
Set action status

Parameters:
myActionStatus - string representing the action status url

setConsequenceValue

void setConsequenceValue(float myValue)
Set the value of this consequence

Parameters:
myValue - value of this consequence