Package org.apache.stanbol.ontologymanager.multiplexer.clerezza.impl

Examples of org.apache.stanbol.ontologymanager.multiplexer.clerezza.impl.ScopeImpl


    }

    @Override
    public Scope createOntologyScope(String scopeID, OntologyInputSource<?>... coreOntologies) throws DuplicateIDException {
        // Scope constructor also creates core and custom spaces
        Scope scope = new ScopeImpl(scopeID, getDefaultNamespace(), this, coreOntologies);
        fireScopeCreated(scope);
        return scope;
    }
View Full Code Here

TOP

Related Classes of org.apache.stanbol.ontologymanager.multiplexer.clerezza.impl.ScopeImpl

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.