Package io.lumify.analystsNotebook.aggregateClassification

Examples of io.lumify.analystsNotebook.aggregateClassification.AggregateClassificationClient


        this.ontologyRepository = ontologyRepository;
        this.artifactThumbnailRepository = artifactThumbnailRepository;
        this.configuration = configuration;
        analystsNotebookExportConfiguration = new AnalystsNotebookExportConfiguration();
        configuration.setConfigurables(analystsNotebookExportConfiguration, AnalystsNotebookExportConfiguration.CONFIGURATION_PREFIX);
        aggregateClassificationClient = new AggregateClassificationClient(configuration);
    }
View Full Code Here

TOP

Related Classes of io.lumify.analystsNotebook.aggregateClassification.AggregateClassificationClient

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.