Class ModelLocation
java.lang.Object
de.uka.ipd.sdq.workflow.mdsd.blackboard.ModelLocation
Immutable class used to uniquely identify a model (aka a resource) on an MDSD blackboard.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the model id.Gets the partition id.
-
Constructor Details
-
ModelLocation
Constructor.- Parameters:
partitionID
- The ID of the blackboard partition containing the modelmodelID
- The URI of the model (the normalized URI is used to identify the model in a partition)
-
-
Method Details
-
getPartitionID
Gets the partition id.- Returns:
- the partitionID
-
getModelID
Gets the model id.- Returns:
- the modelID
-