Package | Description |
---|---|
org.kie.dmn.validation.dtanalysis.model |
Modifier and Type | Field and Description |
---|---|
List<Interval> |
Contraction.dimensionAsContracted |
Modifier and Type | Method and Description |
---|---|
Interval |
Domain.getDomainMinMax() |
Interval |
DDTAOutputClause.getDomainMinMax() |
Interval |
DDTAInputClause.getDomainMinMax() |
Interval |
Bound.getParent() |
static Interval |
Interval.newFromBounds(Bound<?> lowerBound,
Bound<?> upperBound) |
Modifier and Type | Method and Description |
---|---|
static List<Interval> |
Interval.flatten(List<Interval> intervals) |
Map<List<List<Interval>>,List<Integer>> |
DDTATable.getCacheByInputEntry() |
List<Interval> |
Hyperrectangle.getEdges() |
List<Interval> |
DDTAInputEntry.getIntervals() |
static List<Interval> |
Interval.invertOverDomain(Interval interval,
Interval domain) |
static List<Interval> |
Interval.normalizeDiscrete(List<Interval> intervals,
List<Object> discreteValues) |
List<Interval> |
DDTATable.projectOnColumnIdx(int jColIdx) |
Modifier and Type | Method and Description |
---|---|
boolean |
Interval.includes(Interval o) |
static List<Interval> |
Interval.invertOverDomain(Interval interval,
Interval domain) |
boolean |
Interval.leftAdjOrOverlap(Interval o) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Interval.adjOrOverlap(List<Interval> intervalsA,
List<Interval> intervalsB) |
static boolean |
Interval.adjOrOverlap(List<Interval> intervalsA,
List<Interval> intervalsB) |
static List<Interval> |
Interval.flatten(List<Interval> intervals) |
static List<Interval> |
Interval.normalizeDiscrete(List<Interval> intervals,
List<Object> discreteValues) |
Constructor and Description |
---|
Bound(V value,
org.kie.dmn.feel.runtime.Range.RangeBoundary boundaryType,
Interval parent) |
DDTAInputClause(Interval domainMinMax) |
DDTAInputClause(Interval domainMinMax,
List discreteValues) |
DDTAOutputClause(Interval domainMinMax) |
DDTAOutputClause(Interval domainMinMax,
List discreteValues,
List outputOrder) |
Constructor and Description |
---|
Contraction(int rule,
Collection<Integer> pairedRules,
int adjacentDimension,
List<Interval> dimensionAsContracted) |
DDTAInputEntry(List<org.kie.dmn.feel.lang.ast.BaseNode> uts,
List<Interval> intervals) |
Hyperrectangle(int dimensions,
List<Interval> edges) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.