public class ArraysUtils extends Object
| Constructor and Description |
|---|
ArraysUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkListOfErrors(List<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(List<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–2020. All rights reserved.