Class MDSDBlackboard

    • Constructor Detail

      • MDSDBlackboard

        public MDSDBlackboard()
    • Method Detail

      • getContents

        public List<EObject> getContents​(ModelLocation modelLocation)
        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

        public void setContents​(ModelLocation modelLocation,
                                List<EObject> newContents)
        Sets the contents.
        Parameters:
        modelLocation - the model location
        newContents - the new contents
      • modelExists

        public boolean modelExists​(ModelLocation modelLocation)
        Model exists.
        Parameters:
        modelLocation - the model location
        Returns:
        true, if successful