Package de.uplanet.lucy.bpee
Class BpeeEngine.MergedBpeeExecutionContext
- java.lang.Object
-
- de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
- de.uplanet.lucy.bpee.BpeeEngine.MergedBpeeExecutionContext
-
- All Implemented Interfaces:
IBpeeExecutionContext,de.uplanet.util.IDumpable
- Enclosing class:
- BpeeEngine
public static final class BpeeEngine.MergedBpeeExecutionContext extends de.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContextContext wrapper to merge in constant values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsVariable(QName p_qnmVariable)Stringdump()SortedSet<QName>getOrderedVariableKeySet()Get a set, ordered first by the variable's namespace URI, and then by the variable's local name.IValueHolder<?>getVariable(QName p_qnmVariable)voidremoveVariable(QName p_qnmVariable)
-
-
-
Method Detail
-
containsVariable
public boolean containsVariable(QName p_qnmVariable)
- Specified by:
containsVariablein interfaceIBpeeExecutionContext- Overrides:
containsVariablein classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
getVariable
public IValueHolder<?> getVariable(QName p_qnmVariable)
- Specified by:
getVariablein interfaceIBpeeExecutionContext- Overrides:
getVariablein classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
removeVariable
public void removeVariable(QName p_qnmVariable)
- Specified by:
removeVariablein interfaceIBpeeExecutionContext- Overrides:
removeVariablein classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
getOrderedVariableKeySet
public SortedSet<QName> getOrderedVariableKeySet()
Description copied from interface:IBpeeExecutionContextGet a set, ordered first by the variable's namespace URI, and then by the variable's local name.- Specified by:
getOrderedVariableKeySetin interfaceIBpeeExecutionContext- Overrides:
getOrderedVariableKeySetin classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext- Returns:
- The ordered set.
-
dump
public String dump()
- Specified by:
dumpin interfacede.uplanet.util.IDumpable- Overrides:
dumpin classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
-