3168316931703171317231733174
* * @return the number of {@link Species} whose boundary condition is set to * {@code true}. */ public int getSpeciesWithBoundaryConditionCount() { return getListOfSpecies().filterList(new BoundaryConditionFilter()).size(); }
2356235723582359236023612362
* * @return the number of {@link Species} whose boundary condition is set to * true. */ public int getNumSpeciesWithBoundaryCondition() { return getListOfSpecies().filterList(new BoundaryConditionFilter()).size(); }
2536253725382539254025412542