Examples of toTermSignature()


Examples of org.openbel.framework.common.model.Term.toTermSignature()

            // get all parameters; remap to kam namespace by prefix
            List<Parameter> params = term.getAllParametersLeftToRight();
            remapNamespace(params, nsmap);

            // convert bel term to signature
            String termSignature = term.toTermSignature();

            // find uuids for all parameters; bucket both the mapped and
            // unmapped namespace values
            SkinnyUUID[] uuids = new SkinnyUUID[params.size()];
            Parameter[] parray = params.toArray(new Parameter[params.size()]);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.