| Package | Description |
|---|---|
| org.protempa |
| Modifier and Type | Class and Description |
|---|---|
class |
MinMaxGapFunction |
class |
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. |
| Modifier and Type | Field and Description |
|---|---|
static GapFunction |
GapFunction.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
GapFunction |
ContextDefinition.getGapFunction() |
GapFunction |
AbstractionDefinition.getGapFunction() |
GapFunction |
AbstractAbstractionDefinition.getGapFunction() |
GapFunction |
CompoundLowLevelAbstractionDefinition.getGapFunctionBetweenValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextDefinition.setGapFunction(GapFunction gapFunction) |
void |
AbstractAbstractionDefinition.setGapFunction(GapFunction gapFunction) |
void |
CompoundLowLevelAbstractionDefinition.setGapFunctionBetweenValues(GapFunction gf) |
Copyright © 2012–2017 Emory University. All rights reserved.