Class MapTypeContext
java.lang.Object
com.yahoo.searchlib.rankingexpression.evaluation.MapTypeContext
- All Implemented Interfaces:
com.yahoo.tensor.evaluation.TypeContext<Reference>
public class MapTypeContext
extends Object
implements com.yahoo.tensor.evaluation.TypeContext<Reference>
A context which only contains type information.
- Author:
- bratseth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbindings()Returns an unmodifiable map of the bindings in thiscom.yahoo.tensor.TensorTypecom.yahoo.tensor.TensorTypevoid
-
Constructor Details
-
MapTypeContext
public MapTypeContext()
-
-
Method Details