#include <clfw/ClfwCommon.hpp>
#include <clfw/Collection.hpp>
#include <clfw/Attribute.hpp>
#include <clfw/Schema.hpp>
#include <clfw/MetaSpace.hpp>
#include <clfw/Ontology.hpp>
#include <clfw/FrameworkString.hpp>
#include <INCL_StoreSponsor>
#include <INCL_StoreCatalog>
#include <INCL_Store>
Defines | |
#define | PERSIST_FRAMEWORK |
Functions | |
Int | catalogMenuGetCommand ( void ) |
void | commandLoop ( StoreCatalogPtr ) throw () |
Int | schemaMenuGetCommand ( void ) |
void | displayCatalog ( StoreCatalogPtr ) |
void | createSchema ( StoreCatalogPtr ) throw () |
void | saveOpen ( StoreCatalogPtr ) throw () |
void | closeOpen ( StoreCatalogPtr ) throw () |
void | deleteSchema ( StoreCatalogPtr ) throw () |
void | editSchema ( StoreCatalogPtr ) throw () |
void | displayConcepts ( SchemaPtr ) throw () |
void | createConcept ( SchemaPtr ) throw () |
void | deleteConcept ( SchemaPtr ) throw () |
void | initializeConcept ( ConceptPtr, CharCptr, CharCptr ) throw () |
void | assignCollection ( ConceptPtr, CharCptr ) throw () |
FrameworkEntityPtr | getInstanceOf ( CharCptr, CharCptr domain=NULLPTR ) |
void | resolveAndDestroy ( FrameworkEntityPtr ) |
AttributePtr | buildStringAttribute ( CharCptr, CharCptr ) |
AttributePtr | buildStringAttribute ( CharCptr, UniversalIdentifierCref ) |
AttributePtr | buildStringAttribute ( CharCptr, FrameworkEntityPtr ) |
bool | DIRTYSCHEMASABOUND ( false ) |
Int | schemaMenuGetCommand ( FrameworkStringPtr aSchema ) |
void | createSchema ( StoreCatalog *aCatalog ) throw () |
Variables | |
SetCollection | liveSchemas |
char | inputBuffer [256] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|