Class BpeeEngine.MergedBpeeExecutionContext

  • All Implemented Interfaces:
    IBpeeExecutionContext, de.uplanet.util.IDumpable
    Enclosing class:
    BpeeEngine

    public static final class BpeeEngine.MergedBpeeExecutionContext
    extends de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
    Context wrapper to merge in constant values.
    • Method Detail

      • containsVariable

        public boolean containsVariable​(QName p_qnmVariable)
        Specified by:
        containsVariable in interface IBpeeExecutionContext
        Overrides:
        containsVariable in class de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
      • removeVariable

        public void removeVariable​(QName p_qnmVariable)
        Specified by:
        removeVariable in interface IBpeeExecutionContext
        Overrides:
        removeVariable in class de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
      • getOrderedVariableKeySet

        public SortedSet<QName> getOrderedVariableKeySet()
        Description copied from interface: IBpeeExecutionContext
        Get a set, ordered first by the variable's namespace URI, and then by the variable's local name.
        Specified by:
        getOrderedVariableKeySet in interface IBpeeExecutionContext
        Overrides:
        getOrderedVariableKeySet in class de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
        Returns:
        The ordered set.
      • dump

        public String dump()
        Specified by:
        dump in interface de.uplanet.util.IDumpable
        Overrides:
        dump in class de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext