Package org.jamesii.core.data.storage

Examples of org.jamesii.core.data.storage.InvalidDataStorageSetupException


      long[] stateVector = null;
      if (sampleObj instanceof long[]) {
        stateVector = (long[]) sampleObj;
      } else {
        throw new InvalidDataStorageSetupException(
            "The data has not been stored in a vector. This criterion cannot deal with different data types so far.");
      }

      double sample = stateVector[observedSpecies];
View Full Code Here

TOP

Related Classes of org.jamesii.core.data.storage.InvalidDataStorageSetupException

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.