Package tools.refinery.logic.valuation
Interface Valuation
- All Known Implementing Classes:
SubstitutedValuation
public interface Valuation
-
Method Summary
Modifier and TypeMethodDescriptionstatic ValuationBuilder
builder()
static Valuation
empty()
getNodeId
(NodeVariable nodeVariable) <T> T
getValue
(DataVariable<T> variable) default Valuation
substitute
(@Nullable Substitution substitution)
-
Method Details
-
getValue
-
getNodeId
-
substitute
-
builder
-
empty
-