Package org.sbml.jsbml.ext.qual

Examples of org.sbml.jsbml.ext.qual.QualitativeModel.children()


    List<Object> listOfElementsToWrite = new ArrayList<Object>();

    if (sbase instanceof Model) {
      QualitativeModel modelGE = (QualitativeModel) ((Model) sbase).getExtension(QualConstants.namespaceURI);

      Enumeration<TreeNode> children = modelGE.children();

      while (children.hasMoreElements()) {
        listOfElementsToWrite.add(children.nextElement());
      }
    }
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.