Class ModelLocation

java.lang.Object
de.uka.ipd.sdq.workflow.mdsd.blackboard.ModelLocation

public class ModelLocation extends Object
Immutable class used to uniquely identify a model (aka a resource) on an MDSD blackboard.
  • Constructor Details

    • ModelLocation

      public ModelLocation(String partitionID, URI modelID)
      Constructor.
      Parameters:
      partitionID - The ID of the blackboard partition containing the model
      modelID - The URI of the model (the normalized URI is used to identify the model in a partition)
  • Method Details

    • getPartitionID

      public String getPartitionID()
      Gets the partition id.
      Returns:
      the partitionID
    • getModelID

      public URI getModelID()
      Gets the model id.
      Returns:
      the modelID