Package org.eclipse.emf.mwe.core
Interface WorkflowContext
- All Known Implementing Classes:
WorkflowContextDefaultImpl
public interface WorkflowContext
A WorkflowContext is a container for models and other objects.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DEFAULT_SLOT
Identifier of the default slot.- See Also:
-
-
Method Details
-
get
returns the object of the given slot name.- Parameters:
slotName
- The slot's name.- Returns:
- The object associated to the specified slot or null if no such slot exists.
-
set
Sets the passed Model the specified slot. Removes the model currently set to the specified slot.- Parameters:
slotName
- The slot's name.value
- object to store in the slot (setnull
to remove the slot)
-
getSlotNames
String[] getSlotNames()
-