| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend.ksb |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractionDefinition
Interface to definitions of the constraints required to infer an abstract
parameter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAbstractionDefinition
Definition of the constraints required to infer an abstract parameter.
|
class |
CompoundLowLevelAbstractionDefinition
An abstraction for representing compound low-level abstractions.
|
class |
ContextDefinition
A context is a state of affairs that, when interpreted over a time interval,
can change the interpretation of data or abstractions.
|
class |
EventDefinition
Defines external acts upon an entity such as a patient.
|
class |
HighLevelAbstractionDefinition
Definition of an extended parameter that's a high-level abstraction.
|
class |
LowLevelAbstractionDefinition
Definition of low-level abstraction.
|
class |
PrimitiveParameterDefinition
Defines measurable or observable time-stamped data types.
|
class |
SequentialTemporalPatternDefinition |
class |
SliceDefinition |
| Modifier and Type | Method and Description |
|---|---|
TemporalPropositionDefinition |
KnowledgeSourceImpl.readTemporalPropositionDefinition(String id) |
TemporalPropositionDefinition |
KnowledgeSource.readTemporalPropositionDefinition(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<TemporalPropositionDefinition> |
KnowledgeSourceImpl.readInducedBy(ContextDefinition contextDef) |
List<TemporalPropositionDefinition> |
KnowledgeSource.readInducedBy(ContextDefinition contextDef) |
List<TemporalPropositionDefinition> |
KnowledgeSourceImpl.readInducedBy(String contextId) |
List<TemporalPropositionDefinition> |
KnowledgeSource.readInducedBy(String contextId) |
List<TemporalPropositionDefinition> |
KnowledgeSourceImpl.readTemporalPropositionDefinitions(String... propIds) |
List<TemporalPropositionDefinition> |
KnowledgeSource.readTemporalPropositionDefinitions(String... propIds) |
| Modifier and Type | Method and Description |
|---|---|
List<ContextDefinition> |
KnowledgeSourceImpl.readInduces(TemporalPropositionDefinition propDef) |
List<ContextDefinition> |
KnowledgeSource.readInduces(TemporalPropositionDefinition tempPropDef) |
| Modifier and Type | Method and Description |
|---|---|
TemporalPropositionDefinition |
SimpleKnowledgeSourceBackend.readTemporalPropositionDefinition(String id) |
TemporalPropositionDefinition |
KnowledgeSourceBackend.readTemporalPropositionDefinition(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<TemporalPropositionDefinition> |
SimpleKnowledgeSourceBackend.readTemporalPropositionDefinitions(String[] ids) |
List<TemporalPropositionDefinition> |
KnowledgeSourceBackend.readTemporalPropositionDefinitions(String[] toArray) |
Copyright © 2012–2017 Emory University. All rights reserved.