Class DynamicOperand

    • Field Detail

      • EMPTY

        protected static final Value[] EMPTY
        An empty Value array.
    • Constructor Detail

      • DynamicOperand

        public DynamicOperand()
    • Method Detail

      • getValues

        public abstract Value[] getValues​(ScoreNode sn,
                                          EvaluationContext context)
                                   throws RepositoryException
        Returns the values for the given score node sn of this dynamic operand. If there are no values for the given score node, then an empty array is returned.
        Parameters:
        sn - the current score node.
        context - the evaluation context.
        Returns:
        the values for the given score node.
        Throws:
        RepositoryException - if an error occurs while retrieving the value.