Package edu.stanford.bmir.protege.web.shared.csv

Examples of edu.stanford.bmir.protege.web.shared.csv.ImportCSVFileResult


        return new FixedMessageChangeDescriptionGenerator<Integer>("Imported CSV File");
    }

    @Override
    protected ImportCSVFileResult createActionResult(ChangeApplicationResult<Integer> changeApplicationResult, ImportCSVFileAction action, OWLAPIProject project, ExecutionContext executionContext, EventList<ProjectEvent<?>> eventList) {
        return new ImportCSVFileResult(new EventList<ProjectEvent<?>>(EventTag.get(0), EventTag.get(1)), changeApplicationResult.getSubject().get());
    }
View Full Code Here

TOP

Related Classes of edu.stanford.bmir.protege.web.shared.csv.ImportCSVFileResult

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.