Package edu.ucla.util

Interface Summary
ChangeBroadcaster  
EnumProperty  
EnumValue  
Function  
Interruptable.Veto Implement this interface to define a callback for deciding whether or not to go ahead with an interruption.
IntIterator An iterface describing an iterator over integers.
ProgressMonitorable A task that estimates how much total work it must do and reports on how much it has completed so far.
Setting A Setting is key identifying a single configurable value.
Setting.Settings<E extends Enum<E> & Setting> A map of Setting keys to arbitrary values.
Stringifier  
Stringifier.Selector  
UserObject  
VariableStringifier  
 

Class Summary
AbstractEnumProperty  
AbstractStringifier  
AbstractStringifier.DateFormatFilename copied from sensitivity.TestCompleteness
Assert  
BooleanArrays  
BucketEliminator  
CompoundTask A task that is the serial combination of two or more subtasks.
CPTShells  
CSITypeProperty Represents the category of a variable's context-specific independence.
DataSetStatistic Based on Chrisanna Waldrop, Copyright Officer, 805-893-7773, waldrop@research.ucsb.edu, package edu.ucsb.nmsl.tools, url http://www.nmsl.cs.ucsb.edu/autocap
DblArrays A class consisting of static utility functions dealing with double arrays.
EvidenceAssertedProperty  
FlagProperty  
HiddenProperty  
ImpactProperty  
InferenceValidProperty  
InOutDegreeProperty  
InOutDegreeProperty.InOutDegree  
IntArrays A class consisting of static utility functions dealing with integer arrays.
Interruptable A base class that helps you define a piece of code that might be invoked "too often", that is: a piece of code that performs an expensive task that must be restarted afresh whenever it is run at all.
Interval Class for interval.
JVMProfiler This code comes from Java Tip 92 on Javaworld.com (but was modified quite a bit) see http://www.javaworld.com/javaworld/javatips/jw-javatip92.html
JVMTI Access point for the Sun JVM Tool Interface (JVMTI).
LinearFunction Represents a function c_0 + c_1 x_1 + ...
Maps  
NamedObject  
ObjArrays A class consisting of static utility functions dealing with Object arrays.
Prob  
ProbabilityInterval Class for probability interval.
QueryParticipantProperty Built in property to designate variables of interest before pruning.
Reference A simple class to ease call by reference type implementations.
RepetitionThread  
SettingsImpl<E extends Enum<E> & Setting> Reference implementation of Setting.Settings.
SystemGCThread  
UserEnumProperty  
UserEnumValue  
WeakLinkedList Linked list implementation, based on Sun's java.util.LinkedList, that refers to its contents only weakly.
WeightedTask Wrap a monitorable task such that the reported progress is multiplied by a weight factor.
 

Enum Summary
PropertyKey general properties of something editable
 



Copyright 2010 UCLA Automated Reasoning Group