iBioSim/src/backend/analysis/dynamicsim/hierarchical/methods/HierarchicalHybridSimulator.java
2017-02-28 14:38:28 -07:00

20 lines
774 B
Java

/*******************************************************************************
*
* This file is part of iBioSim. Please visit <http://www.async.ece.utah.edu/ibiosim>
* for the latest version of iBioSim.
*
* Copyright (C) 2017 University of Utah
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the Apache License. A copy of the license agreement is provided
* in the file named "LICENSE.txt" included with this software distribution
* and also available online at <http://www.async.ece.utah.edu/ibiosim/License>.
*
*******************************************************************************/
package backend.analysis.dynamicsim.hierarchical.methods;
public final class HierarchicalHybridSimulator
{
}