Package org.openquark.cal.metadata

Examples of org.openquark.cal.metadata.MetadataNullaryStore


            Nullary workspace = new Nullary();
           
            // Register the resource managers.
            workspace.registerNonCarAwareResourceManager(new CALSourceManager(new CALSourceNullaryStore()));
            workspace.registerNonCarAwareResourceManager(new MetadataManager(new MetadataNullaryStore()));
            workspace.registerNonCarAwareResourceManager(new GemDesignManager(new GemDesignNullaryStore()));
            workspace.registerNonCarAwareResourceManager(new CarManager(new CarNullaryStore()));
            workspace.registerNonCarAwareResourceManager(new WorkspaceDeclarationManager(new WorkspaceDeclarationNullaryStore()));
            workspace.registerNonCarAwareResourceManager(new UserResourceManager(new UserResourceNullaryStore()));
           
View Full Code Here

TOP

Related Classes of org.openquark.cal.metadata.MetadataNullaryStore

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.