Examples of IdenticalUnitDefinitionFilter


Examples of org.sbml.jsbml.util.filters.IdenticalUnitDefinitionFilter

   *         {@link UnitDefinition#areIdentical(UnitDefinition, UnitDefinition)}
   *         in comparison to the given {@link UnitDefinition}, or
   *         {@code null} if no such element can be found.
   */
  public UnitDefinition findIdentical(UnitDefinition unitDefinition) {
    return getListOfUnitDefinitions().firstHit(new IdenticalUnitDefinitionFilter(unitDefinition));
  }
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.