| Interface | Description |
|---|---|
| AbstractionDefinition |
Interface to definitions of the constraints required to infer an abstract
parameter.
|
| Algorithm |
Interface to algorithms for processing primitive parameters.
|
| AlgorithmSource | |
| BackendListener<E extends BackendUpdatedEvent> |
Common interface for backend listeners.
|
| DataSource | |
| DataStreamingEventIterator<E> |
An iterator-like interface for iterating over
DataStreamingEvents. |
| KnowledgeSource | |
| ParameterDefinition | |
| PropositionDefinition |
Foundation type for all objects that go in a Knowledge Base.
|
| PropositionDefinitionCheckedVisitable |
Interface for accepting a proposition definition visitor.
|
| PropositionDefinitionCheckedVisitor |
Interface for classes that do processing on abstraction definitions and may
throw an exception.
|
| PropositionDefinitionVisitable |
Interface for accepting a proposition definition visitor.
|
| PropositionDefinitionVisitor |
Interface for classes that do processing on abstraction definitions.
|
| Source<S extends SourceUpdatedEvent,B extends Backend,T extends BackendUpdatedEvent> | |
| SourceId |
Interface for classes that specify the source of proposition definitions and
value sets.
|
| SourceIdBuilder | |
| SourceIdFactory<E> | |
| SourceListener<E extends SourceUpdatedEvent> |
Listener interface for when the source changes.
|
| TemporalPropositionDefinition | |
| TermSource |
| Class | Description |
|---|---|
| AbstractAbstractionDefinition |
Definition of the constraints required to infer an abstract parameter.
|
| AbstractAlgorithm |
Provides a skeletal implementation of the
Algorithm interface. |
| AbstractionDefinitionReadFromBackendEvent | |
| AbstractParameterFactory |
FIXME If there are two input propositions of the same type and value, the
behavior is unpredictable (which one it chooses for an offset).
|
| AbstractPropositionDefinition |
Abstract base class for all knowledge definition classes.
|
| AbstractPropositionDefinitionCheckedVisitor |
An abstract base class for implementing proposition definition visitors that
may throw exceptions.
|
| AbstractPropositionDefinitionVisitor |
An abstract base class for implementing proposition definition visitors.
|
| AbstractSource<S extends SourceUpdatedEvent,B extends Backend,E extends SourceUpdatedEvent,T extends BackendUpdatedEvent> | |
| AlgorithmArguments |
Stores arguments to be passed into an algorithm for a given low-level
abstraction value definition.
|
| AlgorithmParameter |
Definition of an algorithm parameter.
|
| Algorithms |
The set of defined algorithms.
|
| AlgorithmSourceImpl |
A read-only "interface" to an externally maintained set of pattern detection
algorithm implementations.
|
| AlgorithmSourceUpdatedEvent |
The event generated when the algorithm source is updated.
|
| Attribute | |
| AttributeBuilder | |
| CollectionSizeExpression |
Sets a lower limit on the size of a collection.
|
| CompoundLowLevelAbstractionDefinition |
An abstraction for representing compound low-level abstractions.
|
| ConstantDefinition | |
| ContextDefinition |
A context is a state of affairs that, when interpreted over a time interval,
can change the interpretation of data or abstractions.
|
| ContextOffset | |
| DataSourceBackendMultiplexingDataStreamingEventIterator | |
| DataSourceBackendSourceSystem | |
| DataSourceImpl |
Read-only access to a database.
|
| DataSourceResultMap<P> |
The map implementation that is returned by the query methods.
|
| DataSourceUpdatedEvent |
The event generated when a data source is updated.
|
| DataStreamingEvent<E> | |
| DefaultSourceId | |
| DefaultSourceIdBuilder | |
| DefaultSourceIdFactory | |
| EventDefinition |
Defines external acts upon an entity such as a patient.
|
| ExtendedParameterDefinition |
Represents an instance of an abstraction definition with optional constraints
on the instance's duration.
|
| ExtendedPropositionDefinition | |
| GapFunction |
A convenience class for implementing gap functions.
|
| HighLevelAbstractionDefinition |
Definition of an extended parameter that's a high-level abstraction.
|
| KeySetSpec | |
| KnowledgeSourceCache | |
| KnowledgeSourceCacheFactory | |
| KnowledgeSourceImpl |
A read-only "interface" to an externally-maintained knowledge base.
|
| KnowledgeSourceUpdatedEvent |
The event generated when the knowledge source is updated.
|
| LowLevelAbstractionDefinition |
Definition of low-level abstraction.
|
| LowLevelAbstractionFinder | |
| LowLevelAbstractionValueDefinition | |
| MinMaxGapFunction | |
| MultiplexingDataStreamingEventIterator |
Iterator-like access to
DataStreamingEvents. |
| NotRecordedSourceId | |
| NotRecordedSourceIdBuilder | |
| PrimitiveParameterDefinition |
Defines measurable or observable time-stamped data types.
|
| PropertyConstraint | |
| PropertyDefinition |
Defines a property of a proposition definition.
|
| PropertyDefinitionBuilder | |
| Protempa |
Main PROTEMPA API.
|
| ProtempaUtil |
Utility methods for the PROTEMPA project.
|
| ProtempaUtil.PropositionDefinitionDisplayNameComparator |
Comparator for comparing proposition definitions by display name.
|
| QueryResults | |
| QueryResults.QueryResultsEntry | |
| QueryResults.QueryResultsIterator | |
| QuerySession |
Models a query followed by data exploration.
|
| ReferenceDefinition |
Defines a proposition definition's references.
|
| SequentialTemporalPatternDefinition | |
| SequentialTemporalPatternDefinition.SubsequentTemporalExtendedPropositionDefinition | |
| SimpleGapFunction |
Implements a gap function with a simple max range: if one interval is before
the second and the distance between them is less than or equal to the
supplied maximum gap, then the function returns
true,
otherwise it returns false. |
| SliceDefinition | |
| SourceClosedUnexpectedlyEvent<S extends SourceUpdatedEvent,B extends Backend,T extends BackendUpdatedEvent> | |
| SourceFactory | |
| SourceSystem | |
| SourceUpdatedEvent |
Source updated events.
|
| TemporalExtendedAbstractParameterDefinition | |
| TemporalExtendedParameterDefinition | |
| TemporalExtendedPropositionDefinition | |
| TemporalPatternOffset |
Defines offsets for the interval of an abstract parameter defined by a
complex abstract parameter definition.
|
| Term |
Represents a term pulled from a terminology in PROTEMPA.
|
| Terminology |
Represents a terminology in PROTEMPA
|
| TermSourceImpl | |
| TermSourceUpdatedEvent | |
| TermSubsumption | |
| UniqueIdPair | |
| ValueClassification |
| Enum | Description |
|---|---|
| CompoundLowLevelAbstractionDefinition.ValueDefinitionMatchOperator |
The different ways to consider the low-level abstraction value rules in a
given interval
|
| ProtempaUtil.PropositionDefinitionDisplayNameComparator.Style |
For specifying which display name style to use.
|
| SlidingWindowWidthMode |
For specifying whether a low-level abstraction definition's or aggregation
definition's sliding window width should be the algorithm's default
(DEFAULT), the entire width of a time series (ALL), or a specified minimum
and maximum number of values (RANGE).
|
| Exception | Description |
|---|---|
| AlgorithmInitializationException |
Thrown when an error occurs in algorithm initialization.
|
| AlgorithmProcessingException |
Throws when an error occurs in algorithm processing.
|
| AlgorithmSourceException |
Thrown when an error occurs in algorithm initialization or processing.
|
| AlgorithmSourceReadException |
Thrown when an error occurs reading an algorithm.
|
| BackendCloseException |
Abstract class for exceptions that are thrown when an error occurs calling
the data source.
|
| CloseException | |
| CreateRuleBaseException | |
| CycleDetectedException | |
| DataSourceBackendException |
Abstract class for exceptions that are thrown when an error occurs calling
the data source.
|
| DataSourceBackendReadException | |
| DataSourceException |
Abstract class for exceptions that are thrown when an error occurs calling
the data source.
|
| DataSourceFailedConfigurationValidationException | |
| DataSourceFailedDataValidationException | |
| DataSourceReadException |
Thrown when there is an error retrieving data from the data source.
|
| DataSourceValidationIncompleteException |
Thrown if an error occurred during validation that prevented its
completion.
|
| DataSourceWriteException |
Thrown when there is an error retrieving data from the data source.
|
| InvalidPropositionIdException |
Thrown when a proposition id was not found in the knowledge source or in the
user-defined proposition definitions.
|
| KnowledgeSourceException | |
| KnowledgeSourceReadException | |
| MalformedTermIdException | |
| NoSuchAlgorithmException | |
| ProtempaAlreadyClosedException |
A cause of
FinderExceptions when a query is attempted while Protempa
is closed. |
| ProtempaException |
Base class for PROTEMPA checked exceptions.
|
| ProtempaStartupException |
Exception for errors that occur when PROTEMPA is being initialized.
|
| QueryException |
Thrown when a Protempa query fails.
|
| QueryValidationException | |
| RuleBaseInstantiationException | |
| RuleCreationException |
Thrown when an error occurs translating abstraction definitions into rules.
|
| SourceCloseException |
Class for exceptions that are thrown when an error occurs while closing
a data, knowledge, algorithm or term source.
|
| TermSourceException | |
| TermSourceReadException |
Copyright © 2012–2016 Emory University. All rights reserved.