Class TensoricScriptResolver<V,​R>

  • Type Parameters:
    V - the type of the field elements on which the tensoric expressions are based
    R - the return type of the expression
    All Implemented Interfaces:
    Resolver<R,​TensoricScript<V,​R>>

    public class TensoricScriptResolver<V,​R>
    extends AbstractResolver<R,​TensoricScript<V,​R>>
    Resolves a tensoric script to its value. A tensoric script is nothing else then an expression itself, described as a tree of expressions.