Class MDSDBlackboard
java.lang.Object
de.uka.ipd.sdq.workflow.blackboard.Blackboard<ResourceSetPartition>
de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard
- All Implemented Interfaces:
IBlackboard<ResourceSetPartition>
A blackboard implementation whose partitions use
ResourceSet
to store EMF Model
Resources.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetContents
(ModelLocation modelLocation) Get the list of top level elements from the given model.boolean
modelExists
(ModelLocation modelLocation) Model exists.void
setContents
(ModelLocation modelLocation, List<EObject> newContents) Sets the contents.Methods inherited from class de.uka.ipd.sdq.workflow.blackboard.Blackboard
addPartition, getPartition, getPartitionIds, hasPartition, removePartition
-
Constructor Details
-
MDSDBlackboard
public MDSDBlackboard()
-
-
Method Details
-
getContents
Get the list of top level elements from the given model.- Parameters:
modelLocation
- The model- Returns:
- The list of top level elements of the given model
-
setContents
Sets the contents.- Parameters:
modelLocation
- the model locationnewContents
- the new contents
-
modelExists
Model exists.- Parameters:
modelLocation
- the model location- Returns:
- true, if successful
-