| Package | Description |
|---|---|
| org.protempa.dest.table |
| Modifier and Type | Method and Description |
|---|---|
PropertyConstraint[] |
Link.getConstraints()
Constraints on properties of the propositions at the end of the
traversal.
|
| Constructor and Description |
|---|
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) |
Reference(String[] referenceNames,
String[] propositionIds,
PropertyConstraint[] constraints)
Creates an instance that specifies traversals using the specified
references from a proposition only to propositions with the given ids and
that satisfy the specified constraints.
|
Reference(String[] referenceNames,
String[] propositionIds,
PropertyConstraint[] constraints,
Comparator<Proposition> comparator,
int index)
Creates an instance that specifies traversals using the specified
references from a proposition only to propositions with the given ids and
that satisfy the specified constraints.
|
Reference(String[] referenceNames,
String[] propositionIds,
PropertyConstraint[] constraints,
Comparator<Proposition> comparator,
int fromIndex,
int toIndex)
Creates an instance that specifies traversals using the specified
references from a proposition only to propositions with the given ids and
that satisfy the specified constraints.
|
Reference(String referenceName,
String[] propositionIds,
PropertyConstraint[] constraints)
Creates an instance that specifies traversals using the specified
references from a proposition only to propositions with the given ids and
that satisfy the specified property constraints.
|
Reference(String referenceName,
String[] propositionIds,
PropertyConstraint[] constraints,
Comparator<Proposition> comparator,
int index)
Creates an instance that specifies traversals using the specified
reference from a proposition only to propositions with the given ids and
that satisfy the specified property constraints.
|
Reference(String referenceName,
String[] propositionIds,
PropertyConstraint[] constraints,
Comparator<Proposition> comparator,
int fromIndex,
int toIndex)
Creates an instance that specifies traversals using the specified
reference from a proposition only to propositions with the given ids and
that satisfy the specified constraints.
|
Copyright © 2012–2017 Emory University. All rights reserved.