| Package | Description |
|---|---|
| org.protempa.dest.table |
| Modifier and Type | Method and Description |
|---|---|
Derivation.Behavior |
Derivation.getBehavior() |
static Derivation.Behavior |
Derivation.Behavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Derivation.Behavior[] |
Derivation.Behavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Derivation(String[] propositionIds,
Derivation.Behavior behavior) |
Derivation(String[] propositionIds,
PropertyConstraint[] constraints,
Comparator<Proposition> comparator,
int index,
Derivation.Behavior behavior) |
Derivation(String[] propositionIds,
PropertyConstraint[] constraints,
Comparator<Proposition> comparator,
int fromIndex,
int toIndex,
Derivation.Behavior behavior) |
Derivation(String[] propositionIds,
PropertyConstraint[] constraints,
Comparator<Proposition> comparator,
int fromIndex,
int toIndex,
Value[] allowedValues,
Derivation.Behavior behavior,
Relation relation) |
Derivation(String[] propositionIds,
PropertyConstraint[] constraints,
Comparator<Proposition> comparator,
int index,
Value[] allowedValues,
Derivation.Behavior behavior) |
Derivation(String[] propositionIds,
PropertyConstraint[] constraints,
Derivation.Behavior behavior) |
Derivation(String[] propositionIds,
PropertyConstraint[] constraints,
Value[] allowedValues,
Derivation.Behavior behavior) |
Derivation(String[] propositionIds,
PropertyConstraint[] constraints,
Value[] allowedValues,
Derivation.Behavior behavior,
Relation relation) |
Copyright © 2012–2018 Emory University. All rights reserved.