Uses of Class
net.aifusion.metamodel.NameSpacePath
Packages that use NameSpacePath
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
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.
-
Uses of NameSpacePath in net.aifusion.cimserver
Methods in net.aifusion.cimserver that return types with arguments of type NameSpacePath -
Uses of NameSpacePath in net.aifusion.metamodel
Fields in net.aifusion.metamodel declared as NameSpacePathModifier and TypeFieldDescriptionstatic final NameSpacePath
Constants.defaultNameSpacePath
Default name space path ("http://localhost:8085/aifusion")Methods in net.aifusion.metamodel that return NameSpacePathModifier and TypeMethodDescriptionNamedElement.getNameSpacePath()
Get the namespace path for this named elementObjectPath.getNameSpacePath()
Get the name space path associated with this object pathstatic NameSpacePath
JavaModelMapper.getNameSpacePathFromClass
(Class<?> javaClass) Get a namespace path from an annotated java classMethods in net.aifusion.metamodel that return types with arguments of type NameSpacePathModifier and TypeMethodDescriptionBufferedCache.getNameSpaces()
Deprecated, for removal: This API element is subject to removal in a future version.Get the list of name spaces defined in the buffer (or the backing store)InMemoryCache.getNameSpaces()
InMemoryRepository.getNameSpaces()
PersistentCache.getNameSpaces()
Repository.getNameSpaces()
Get a list of all name spaces known to this repository.Methods in net.aifusion.metamodel with parameters of type NameSpacePathModifier and TypeMethodDescriptionStandardQualifierType.getQualifier
(Object value, NameSpacePath path) Create a new Qualifier instance based on this qualifier typeStandardQualifierType.getQualifierType
(NameSpacePath path) Get the QualifierType corresponding to this StandardQualifier within a given nameSpacevoid
MOFParser.parse
(BufferedReader in, NameSpacePath path) Parse model constructs from a buffered readervoid
MOFParser.parse
(InputStream in, NameSpacePath path) void
MOFParser.parse
(String fileName, NameSpacePath path) Parse a filevoid
Parser.parse
(BufferedReader input, NameSpacePath path) Parse the specification given in a buffered stream into the parser repositoryvoid
Parser.parse
(InputStream input, NameSpacePath path) Parse the specification given in an inputstream into the parser repositoryvoid
Parser.parse
(String fileName, NameSpacePath path) Parse the specification given in a file into the parser repositoryMOFParser.parseValue
(InputStream in, NameSpacePath path) Parse values from an input streamMOFParser.parseValue
(String indication, NameSpacePath path) Parser.parseValue
(String indication, NameSpacePath path) Parse a structure value from an incoming indicationConstructors in net.aifusion.metamodel with parameters of type NameSpacePathModifierConstructorDescriptionCreate an in-memory CIM repository using the given name space.ObjectPath
(ElementType type, String objectName, NameSpacePath path, Map<String, DataValue> keys, String alias) Create an object path based on its type, name, name space path, and key-value pairs -
Uses of NameSpacePath in net.aifusion.providers
Methods in net.aifusion.providers that return types with arguments of type NameSpacePath