Class ModelEvaluationFormulaContext.ForFormulaDeployment

    • Constructor Detail

      • ForFormulaDeployment

        public ForFormulaDeployment()
    • Method Detail

      • uniqueName

        public String uniqueName()
        Specified by:
        uniqueName in interface ModelFormulaContextReadOnly
        Returns:
        The unique name of this model
      • label

        public String label()
        Specified by:
        label in interface ModelFormulaContextReadOnly
        Returns:
        The label of this model
      • state

        public Map<String,​Object> state()
        Specified by:
        state in interface ModelFormulaContextReadOnly
        Returns:
        The state of this model
      • table

        public Table table​(String name)
        Specified by:
        table in interface ModelFormulaContextReadOnly
        Parameters:
        name - The table name in this model
        Returns:
        The existing model table or null if it doesn't exist