JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
IWithuL.java
Go to the documentation of this file.
1 package rb.affinefcn;
2 
11 public interface IWithuL {
12 
17  public int getQuL();
18 
19 }
Interface for models using the mQ_uL fields.
Definition: IWithuL.java:11