Unity Scopes API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCunity::scopes::testing::Benchmark::ActionConfigurationThe ActionConfiguration struct constains all options controlling the benchmark of scope action activation operations
oCunity::scopes::ActionMetadataMetadata passed to scopes for preview and activation
oCunity::scopes::testing::Benchmark::ActivationConfigurationThe ActivationConfiguration struct constains all options controlling the benchmark of scope activation operations
oCunity::scopes::ActivationResponseResponse to a result activation
oCunity::scopes::testing::AndersonDarlingTestImplements the Anderson-Darling test for normality for the case of empirical mean and variance
oCunity::scopes::AnnotationQuery link(s) that result in a new search query when clicked by the user
oCunity::scopes::testing::BenchmarkDefines an interface to provide scope authors with runtime benchmarking capabilities to be used in their own testing
|\Cunity::scopes::testing::InProcessBenchmarkScope authors with runtime benchmarking capabilities. The actual runs are executed in the same process
| \Cunity::scopes::testing::OutOfProcessBenchmarkScope authors with runtime benchmarking capabilities. The actual runs are executed in another process
oCunity::scopes::CannedQueryParameters of a search query
oCunity::scopes::CategoryA set of related results returned by a scope and displayed within a single pane in the Unity dash
|\Cunity::scopes::testing::CategoryImplementation of Category class for testing
oCunity::scopes::CategoryRendererA category renderer template in JSON format
oCunity::scopes::ColumnLayoutDefines a layout for preview widgets with given column setup
oCunity::scopes::DepartmentA department with optional sub-departments
oCException
|oCunity::scopes::ConfigExceptionException to indicate that something went wrong with the contents of configuration files
|oCunity::scopes::MiddlewareExceptionException to indicate that something went wrong with the middleware layer
||oCunity::scopes::ObjectNotExistExceptionException to indicate that a (twoway) request was sent to an object with an unknown identity
||\Cunity::scopes::TimeoutExceptionException to indicate that a twoway request timed out
|\Cunity::scopes::NotFoundExceptionException to indicate that an object wasn't found by a lookup function
oCunity::scopes::FilterBaseBase class for all implementations of filters
|\Cunity::scopes::OptionSelectorFilterA selection filter that displays a list of choices and allows one or more of them to be selected
oCunity::scopes::FilterOptionHolds definition of filter option for OptionSelectorFilter
oCunity::scopes::FilterStateCaptures state of multiple filters
oCunity::scopes::LinkA hyperlink (label and canned query)
oCunity::scopes::ListenerBaseAbstract base class to be notified of query completion
|oCunity::scopes::ActivationListenerBaseBase class to receive a response to a result activation request
|oCunity::scopes::PreviewListenerBaseAbstract base class for a scope to respond to preview requests
|\Cunity::scopes::SearchListenerBaseAbstract base interface that a scope specializes to receive the results of a query
oCunity::scopes::ObjectThe root base class for all proxies
|oCunity::scopes::QueryCtrlQueryCtrl allows a query to be cancelled
|oCunity::scopes::RegistryWhite pages service for available scopes
|oCunity::scopes::ReplyAllows query termination to be sent to the source of a query
||oCunity::scopes::PreviewReplyAllows the results of a preview to be sent to the preview requester
||\Cunity::scopes::SearchReplyAllows the results of a search query to be sent to the query source
|\Cunity::scopes::ScopeAllows queries, preview requests, and activation requests to be sent to a scope
oCunity::scopes::testing::Benchmark::PreviewConfigurationThe PreviewConfiguration struct constains all options controlling the benchmark of scope preview operations
oCunity::scopes::PreviewWidgetA widget for a preview
oCunity::scopes::QueryBaseAbstract server-side base interface for a query that is executed inside a scope
|oCunity::scopes::ActivationQueryBaseBase class for an activation request that is executed inside a scope
|oCunity::scopes::PreviewQueryBaseAbstract base class to represent a particular preview
|\Cunity::scopes::SearchQueryBaseAbstract base class to represent a particular query
oCunity::scopes::testing::Benchmark::QueryConfigurationThe QueryConfiguration struct constains all options controlling the benchmark of scope query operations
oCunity::scopes::testing::Benchmark::ResultThe Result struct encapsulates all of the result gathered from one individual benchmark run consisting of multiple independent trials
oCunity::scopes::ResultThe attributes of a result returned by a Scope
|oCunity::scopes::CategorisedResultA result, including the category it belongs to
|\Cunity::scopes::testing::ResultA simple class implementation of unity::scopes::Result that provides a default constructor
oCunity::scopes::testing::AndersonDarlingTest::ResultExecuting the test returns a set of hypothesis that have to be evaluated at the desired confidence level
oCunity::scopes::testing::StudentsTTest::ResultExecuting the test returns a set of hypothesis that have to be evaluated at the desired confidence level
oCunity::scopes::RuntimeThe main object for query originators to access the scopes run time
oCunity::scopes::testing::SampleModels the interface to a sample of raw observations and their statistical properties
|\Cunity::scopes::testing::Benchmark::Result::Timing
oCunity::scopes::ScopeBaseBase class for a scope implementation
oCunity::scopes::ScopeMetadataHolds scope attributes such as name, description, icon etc
oCunity::scopes::SearchMetadataMetadata passed with search requests
oCunity::scopes::testing::Benchmark::StatisticsConfigurationThe StatisticsConfiguration struct contains options controlling the calculation of benchmark result statistics
oCunity::scopes::testing::StudentsTTestImplements different variants of the Student's T-test (see http://en.wikipedia.org/wiki/Student's_t-test)
oCunity::scopes::testing::Benchmark::TrialConfigurationThe TrialConfiguration struct contains options controlling the execution of individual trials
oCunity::scopes::VariantSimple variant class that can hold an integer, boolean, string, double, dictionary, array or null value
\Cunity::scopes::VariantBuilderHelper class for creating and populating Variant containers