SCS

Uses of Class
scs.reasoning.DataCollectionProperty

Packages that use DataCollectionProperty
scs.reasoning   
 

Uses of DataCollectionProperty in scs.reasoning
 

Fields in scs.reasoning declared as DataCollectionProperty
 DataCollectionProperty DataCollectionPropertyHolder.value
           
 

Methods in scs.reasoning that return DataCollectionProperty
static DataCollectionProperty DataCollectionPropertyHelper.extract(org.omg.CORBA.Any a)
           
static DataCollectionProperty DataCollectionPropertyHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in scs.reasoning with parameters of type DataCollectionProperty
static void DataCollectionPropertyHelper.insert(org.omg.CORBA.Any a, DataCollectionProperty that)
           
 boolean MonitorPOATie.prepareToDataCollection(DataCollectionProperty props)
           
 boolean MonitorOperations.prepareToDataCollection(DataCollectionProperty props)
           
 boolean _MonitorStub.prepareToDataCollection(DataCollectionProperty props)
           
static void DataCollectionPropertyHelper.write(org.omg.CORBA.portable.OutputStream ostream, DataCollectionProperty value)
           
 

Constructors in scs.reasoning with parameters of type DataCollectionProperty
DataCollectionPropertyHolder(DataCollectionProperty initialValue)
           
 


SCS