Package org.openbel.framework.api

Examples of org.openbel.framework.api.Kam


        KamSummaryXHTMLWriter xhtmlWriter = null;
        try {
            setUp();

            xhtmlWriter = createOutputFileWriter(outputFilename, noPreserve);
            Kam kam;
            if (kamName != null) {
                // Look up the requested KAM and summarize.
                kam = kAMStore.getKam(kamName);
                KamSummarizer summarizer = new KamSummarizer(reportable);
                KamSummary summary = KamSummarizer.summarizeKam(kAMStore, kam);
View Full Code Here

TOP

Related Classes of org.openbel.framework.api.Kam

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.