Uses of Class
org.qubership.atp.dataset.macros.EvalContextImpl
Packages that use EvalContextImpl
Package
Description
-
Uses of EvalContextImpl in org.qubership.atp.dataset.macros
Fields in org.qubership.atp.dataset.macros with type parameters of type EvalContextImplModifier and TypeFieldDescriptionstatic final Comparator<EvalContextImpl> EvalContextImpl.SAME_NON_STRICTMethods in org.qubership.atp.dataset.macros that return EvalContextImplModifier and TypeMethodDescriptionprotected EvalContextImplEvalContextImpl.createChild(DataSetList dsl, DataSet ds, boolean parentIsStrict, List<Attribute> pathFromParent, Attribute targetAttrFromParent) protected EvalContextImplEvalContextImpl.createChild(OverlapItem.Reachable source, Parameter target) EvalContextImpl.getParent()EvalContextImpl.getRoot()Methods in org.qubership.atp.dataset.macros that return types with arguments of type EvalContextImplModifier and TypeMethodDescriptionEvalContextImpl.getNonStrictContexts()EvalContextImpl.getStrictContexts()May not be empty.Constructors in org.qubership.atp.dataset.macros with parameters of type EvalContextImplModifierConstructorDescriptionEvalContextImpl(EvalContextImpl parent, MacroRegistry registry, AliasWrapperService wrapperService, Cache cache, DataSetList dsl, DataSet ds, boolean parentIsStrict, List<Attribute> pathFromParent, Attribute targetAttrFromParent) Contains state of evaluation plus all used resources. -
Uses of EvalContextImpl in org.qubership.atp.dataset.service.direct.macros
Methods in org.qubership.atp.dataset.service.direct.macros that return EvalContextImplModifier and TypeMethodDescriptionprotected EvalContextImplEvaluateDsParamStrategyImpl.createContext(DataSetList dsl, DataSet ds, List<Attribute> pathFromParent, Attribute targetAttrFromParent)