Package org.sbml.jsbml.ext.multi

Examples of org.sbml.jsbml.ext.multi.MultiSpecies


    if (sbase != null) {
      if (sbase instanceof Model) {
        return new MultiModel((Model) sbase);
      } else if (sbase instanceof Species) {
        return new MultiSpecies((Species) sbase);
      } else if (sbase instanceof Reaction) {
        // return new MultiReaction((Reaction) sbase);
      }
      // TODO : finish when implementation is updated
    }
View Full Code Here

TOP

Related Classes of org.sbml.jsbml.ext.multi.MultiSpecies

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.