Interface Substitution
- All Known Implementing Classes:
MapBasedSubstitution
,RenewingSubstitution
,StatelessSubstitution
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SubstitutionBuilder
builder()
getSubstitute
(Variable variable) default <T> DataVariable
<T> getTypeSafeSubstitute
(DataVariable<T> variable) default NodeVariable
getTypeSafeSubstitute
(NodeVariable variable)
-
Method Details
-
getSubstitute
-
getTypeSafeSubstitute
-
getTypeSafeSubstitute
-
builder
-