| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSource<S extends SourceUpdatedEvent,B extends Backend,E extends SourceUpdatedEvent,T extends BackendUpdatedEvent> |
interface |
Source<S extends SourceUpdatedEvent,B extends Backend,T extends BackendUpdatedEvent> |
class |
SourceClosedUnexpectedlyEvent<S extends SourceUpdatedEvent,B extends Backend,T extends BackendUpdatedEvent> |
| Modifier and Type | Method and Description |
|---|---|
B[] |
Source.getBackends() |
B[] |
AbstractSource.getBackends()
Gets the backends registered to this source.
|
| Modifier and Type | Method and Description |
|---|---|
abstract <E extends BackendUpdatedEvent> |
SourceUpdatedEvent.getProtempaSource()
Returns the source
Source (the same as what
getSource() returns). |
| Modifier and Type | Class and Description |
|---|---|
class |
BackendInstanceSpec<B extends Backend> |
class |
BackendSpec<B extends Backend> |
class |
BackendSpecLoader<B extends Backend>
Loads
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBackend<E extends BackendUpdatedEvent>
Common interface for PROTEMPA backends.
|
class |
AbstractCommonsAlgorithmSourceBackend |
class |
AbstractCommonsDataSourceBackend |
class |
AbstractCommonsKnowledgeSourceBackend |
class |
AbstractCommonsTermSourceBackend |
| Modifier and Type | Method and Description |
|---|---|
abstract Backend<? extends BackendUpdatedEvent> |
BackendUpdatedEvent.getBackend()
Returns the source
Backend (the same as what
getSource() returns). |
| Modifier and Type | Method and Description |
|---|---|
List<BackendInstanceSpec<? extends Backend>> |
Configuration.getAllSections() |
BackendInstanceSpec<? extends Backend> |
ConfigurationsSupport.load(String sectionId) |
| Modifier and Type | Method and Description |
|---|---|
static BackendInfo |
CommonsBackend.backendInfo(Backend backend) |
static String |
CommonsBackend.nameForErrors(Backend backend) |
| Constructor and Description |
|---|
BackendSourceIdFactory(Backend backend) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AlgorithmSourceBackend
A set of algorithms for use in PROTEMPA pattern detection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlgorithmSourceBackend
Skeletal implementation of the
AlgorithmSourceBackend
interface to minimize the effort required to implement it. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJavaAlgorithmBackend
For accessing algorithms written in Java as subclasses of
AbstractAlgorithm. |
class |
JavaAlgorithmBackend |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataSourceBackend
Interface for data source backends, which provide access to data sources
for PROTEMPA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataSourceBackend
Convenience class for implementing a data source backend.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KnowledgeSourceBackend
Translates from an arbitrary knowledge base to a PROTEMPA knowledge base.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKnowledgeSourceBackend
Skeletal implementation of the
KnowledgeSourceBackend interface
to minimize the effort required to implement this interface. |
class |
SimpleKnowledgeSourceBackend |
| Modifier and Type | Class and Description |
|---|---|
class |
MockBackendInstanceSpecFactory<B extends Backend<?>> |
| Modifier and Type | Class and Description |
|---|---|
class |
MockTermSourceBackend |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TermSourceBackend
Interface for term source backends
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTermSourceBackend |
Copyright © 2012–2016 Emory University. All rights reserved.