| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend.asb | |
| org.protempa.backend.asb.java |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlgorithm
Provides a skeletal implementation of the
Algorithm interface. |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
Algorithms.getAlgorithm(String id)
Returns the algorithm with a given id.
|
Algorithm |
AlgorithmSourceImpl.readAlgorithm(String id)
Read an algorithm with the given id.
|
Algorithm |
AlgorithmSource.readAlgorithm(String id)
Read an algorithm with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Algorithm> |
Algorithms.getAlgorithms()
Returns all algorithms.
|
Set<Algorithm> |
AlgorithmSourceImpl.readAlgorithms()
Reads all algorithms in this algorithm source.
|
Set<Algorithm> |
AlgorithmSource.readAlgorithms()
Reads all algorithms in this algorithm source.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Algorithms.addAlgorithm(Algorithm algorithm)
Adds a new algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
AlgorithmSourceBackend.readAlgorithm(String id,
Algorithms algorithms)
Reads an algorithm from this backend.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MinAlgorithm
Determines if the minimum value of a segment is at most a defined threshold.
|
class |
StateAlgorithm
Detects whether the values of a time sequence segment are above and/or below
a specified value.
|
class |
TrendAlgorithm
Detects whether the slope of a linear regression line drawn through the
values of a time sequence segment is above and/or below a specified value.
|
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
AbstractJavaAlgorithmBackend.readAlgorithm(String id,
Algorithms algorithms) |
Copyright © 2012–2016 Emory University. All rights reserved.