Uses of Interface
net.aifusion.metamodel.Repository
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
This package implements a query facility based on the DMTF
CIM Query Language (CQL).
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
This package contains the API used by all CIM providers, and the implementation of a basic in-memory provider.
This package contains a number of tools, and a dispatcher for them.
-
Uses of Repository in net.aifusion.cimserver
Modifier and TypeClassDescriptionclass
Class to implement the client side interface for a Cim Server. -
Uses of Repository in net.aifusion.cql
Modifier and TypeMethodDescriptionCimQuery.executeQuery
(Repository repository) Execute this query against a repository -
Uses of Repository in net.aifusion.metamodel
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
In-memory repository supporting multiple namespaces, but no persistenceclass
Simple in-memory cache for model objects.class
Class to implement a persistent repository that supports multiple name spacesModifier and TypeMethodDescriptionBufferedCache.getBackingStore()
Deprecated, for removal: This API element is subject to removal in a future version.Get the backing store for this repositoryMOFParser.getRepository()
Parser.getRepository()
Get the repository being used by the parserModifier and TypeMethodDescriptionboolean
CimFilter.satisfies
(StructureValue value, Repository repository) Check if the filter is satisfied by the given structure valueboolean
FqlFilter.satisfies
(StructureValue value, Repository repository) ModifierConstructorDescriptionBufferedCache
(Repository backingStore) Deprecated, for removal: This API element is subject to removal in a future version.Create a repository buffer with a backing store for additional definitions.MOFParser
(Repository repository) Create a MOF Parser with the given repositoryMOFParser
(Repository repository, Repository definitions) Create a MOF parser with a definition repository -
Uses of Repository in net.aifusion.providers
Modifier and TypeClassDescriptionclass
This class represents a basic provider that can be extended by other classes to implement providers.Modifier and TypeMethodDescriptionBasicProvider.getRepository()
Provider.getRepository()
Get the underlying repository for this provider -
Uses of Repository in net.aifusion.utils
Modifier and TypeMethodDescriptionstatic NamedElement
Java2Cim.getModelForClass
(Class<?> javaClass, Repository repository) Get the CIM Element definition corresponding to an Exported java class using the provided repository.ModifierConstructorDescriptionCim2Java
(HashMap<String, String> programArgs, Repository r) Create a CIM - java stub generator