package scs.reasoning;
/**
* scs/reasoning/SystemStateValue.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from ../../idl/reasoning.idl
* Friday, December 12, 2008 6:43:13 PM BRST
*/
public final class SystemStateValue implements org.omg.CORBA.portable.IDLEntity
{
public boolean compliance = false;
public scs.reasoning.MetricDescription rootCause[] = null;
public SystemStateValue ()
{
} // ctor
public SystemStateValue (boolean _compliance, scs.reasoning.MetricDescription[] _rootCause)
{
compliance = _compliance;
rootCause = _rootCause;
} // ctor
} // class SystemStateValue