public class ArraysUtils
extends java.lang.Object
| Constructor | Description |
|---|---|
ArraysUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
checkListOfErrors(java.util.List<org.sbml.jsbml.SBMLError> listOfErrors,
int errorCode) |
Checks the list of SBMLError to see if it contains the given error code, returns
true if it is found, else otherwise. |
public static boolean checkListOfErrors(java.util.List<org.sbml.jsbml.SBMLError> listOfErrors,
int errorCode)
true if it is found, else otherwise.listOfErrors - the list of errors to searcherrorCode - the error code to search fortrue if the error code is found, else otherwise.Copyright © 2009–2022. All rights reserved.