MCPcopy Create free account
hub / github.com/agreementmaker/agreementmaker / Core

Class Core

projects/core/src/main/java/am/app/Core.java:43–600  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected