| Package | Description |
|---|---|
| net.fortytwo.stream.caching |
| Modifier and Type | Class and Description |
|---|---|
class |
Solution<T>
A solution mapping of variables to values.
|
| Modifier and Type | Method and Description |
|---|---|
LList<SolutionPattern> |
SolutionGroup.getSolutions()
Gets the solutions contained in this group
|
| Modifier and Type | Method and Description |
|---|---|
static int |
SolutionPattern.compareExpirationTimes(SolutionPattern s1,
SolutionPattern s2)
Compares the expiration times of two solutions
|
void |
SolutionPattern.copyFrom(SolutionPattern other)
Overwrites the fields of this solution with those of a given solution.
|
boolean |
SolutionPattern.disjointWith(SolutionPattern other)
Finds whether this solution is disjoint with another solution
|
static long |
SolutionPattern.minExpirationTime(SolutionPattern s1,
SolutionPattern s2)
Composes the expiration times of two inputs to produce an expiration time for an output.
|
SolutionPattern.ContainmentRelation |
SolutionPattern.relateTo(SolutionPattern other)
Finds the containment relation between this solution and another solution
|
| Constructor and Description |
|---|
SolutionPattern(SolutionPattern other)
Copy constructor
|
Copyright © 2016. All Rights Reserved.