Class ModelLocation


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

      • 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 Detail

      • getPartitionID

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

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