Package org.sbml.jsbml.ext.multi

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


        return stateFeature.getListOfPossibleValues();
      }
    } // end StateFeature
    else if (contextObject instanceof Selector)
    {
      Selector selector = (Selector) contextObject;

      if (elementName.equals(listOfSpeciesTypeStates))
      {
        return selector.getListOfSpeciesTypeStates();
      }
      else if (elementName.equals(listOfBonds))
      {
        return selector.getListOfBonds();
      }
      else if (elementName.equals(listOfUnboundBindingSites))
      {
        return selector.getListOfUnboundBindingSites();
      }
    } // end Selector
    else if (contextObject instanceof SpeciesTypeState)
    {
      SpeciesTypeState speciesTypeState = (SpeciesTypeState) contextObject;
View Full Code Here

TOP

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

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.