SCS

scs.reasoning
Class SystemStateValue

java.lang.Object
  extended by scs.reasoning.SystemStateValue
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class SystemStateValue
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

scs/reasoning/SystemStateValue.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/reasoning.idl Friday, October 3, 2008 9:13:52 AM BRT

See Also:
Serialized Form

Field Summary
 boolean compliance
           
 MetricDescription[] rootCause
           
 
Constructor Summary
SystemStateValue()
           
SystemStateValue(boolean _compliance, MetricDescription[] _rootCause)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compliance

public boolean compliance

rootCause

public MetricDescription[] rootCause
Constructor Detail

SystemStateValue

public SystemStateValue()

SystemStateValue

public SystemStateValue(boolean _compliance,
                        MetricDescription[] _rootCause)

SCS