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