| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSource<S extends SourceUpdatedEvent,B extends Backend<T>,E extends SourceUpdatedEvent,T extends BackendUpdatedEvent> |
interface |
BackendListener<E extends BackendUpdatedEvent>
Common interface for backend listeners.
|
interface |
Source<S extends SourceUpdatedEvent,B extends Backend<?>,T extends BackendUpdatedEvent> |
class |
SourceClosedUnexpectedlyEvent<S extends SourceUpdatedEvent,B extends Backend<T>,T extends BackendUpdatedEvent> |
| 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 |
AbstractBackend<E extends BackendUpdatedEvent>
Common interface for PROTEMPA backends.
|
interface |
Backend<E extends BackendUpdatedEvent>
Common interface for PROTEMPA backends.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlgorithmSourceBackendUpdatedEvent
The event generated when the algorithm source backend is updated.
|
class |
DataSourceBackendUpdatedEvent
The event generated when the algorithm source backend is updated.
|
class |
KnowledgeSourceBackendUpdatedEvent
The event generated when the knowledge source backend is updated.
|
class |
TermSourceBackendUpdatedEvent |
| Modifier and Type | Method and Description |
|---|---|
abstract Backend<? extends BackendUpdatedEvent> |
BackendUpdatedEvent.getBackend()
Returns the source
Backend (the same as what
getSource() returns). |
Copyright © 2012–2018 Emory University. All rights reserved.