SCS

scs.reasoning
Class DataCollectionProperty

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

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

scs/reasoning/DataCollectionProperty.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
 IComponent[] observablesContainers
           
 InterfaceStats[] observablesInterfaces
           
 java.lang.String trainingFileName
           
 java.lang.String trainingFlag
           
 
Constructor Summary
DataCollectionProperty()
           
DataCollectionProperty(java.lang.String _trainingFlag, java.lang.String _trainingFileName, IComponent[] _observablesContainers, InterfaceStats[] _observablesInterfaces)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trainingFlag

public java.lang.String trainingFlag

trainingFileName

public java.lang.String trainingFileName

observablesContainers

public IComponent[] observablesContainers

observablesInterfaces

public InterfaceStats[] observablesInterfaces
Constructor Detail

DataCollectionProperty

public DataCollectionProperty()

DataCollectionProperty

public DataCollectionProperty(java.lang.String _trainingFlag,
                              java.lang.String _trainingFileName,
                              IComponent[] _observablesContainers,
                              InterfaceStats[] _observablesInterfaces)

SCS