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.AbstractDelegatingBpeeExecutionContext
Context wrapper to merge in constant values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsVariable(QName p_qnmVariable)
String
dump()
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)
void
removeVariable(QName p_qnmVariable)
-
-
-
Method Detail
-
containsVariable
public boolean containsVariable(QName p_qnmVariable)
- Specified by:
containsVariable
in interfaceIBpeeExecutionContext
- Overrides:
containsVariable
in classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
getVariable
public IValueHolder<?> getVariable(QName p_qnmVariable)
- Specified by:
getVariable
in interfaceIBpeeExecutionContext
- Overrides:
getVariable
in classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
removeVariable
public void removeVariable(QName p_qnmVariable)
- Specified by:
removeVariable
in interfaceIBpeeExecutionContext
- Overrides:
removeVariable
in classde.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 interfaceIBpeeExecutionContext
- Overrides:
getOrderedVariableKeySet
in classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
- Returns:
- The ordered set.
-
dump
public String dump()
- Specified by:
dump
in interfacede.uplanet.util.IDumpable
- Overrides:
dump
in classde.uplanet.lucy.bpee.AbstractDelegatingBpeeExecutionContext
-
-