Package org.sbml.jsbml.ext.multi

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


        return speciesTypeState.getListOfContainedSpeciesTypes();
      }
    } // end SpeciesTypeState
    else if (contextObject instanceof StateFeatureInstance)
    {
      StateFeatureInstance stateFeatureInstance = (StateFeatureInstance) contextObject;

      if (elementName.equals(listOfStateFeatureValues)) {
        return stateFeatureInstance.getListOfStateFeatureValues();
      }
    } // end StateFeatureInstance
    else if (contextObject instanceof Bond)
    {
      Bond bond = (Bond) contextObject;
View Full Code Here

TOP

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

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.