SINGLETON JAVA PATTERN There will be only one instance of this class in the whole application All classes can access it without having any reference to it, just invoking the static method Core.getInstance() All model information of the system will be accessible from this class: ontologies, matchings
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected