Uses of Class
adams.env.Modules.Module
-
Packages that use Modules.Module Package Description adams.env -
-
Uses of Modules.Module in adams.env
Fields in adams.env with type parameters of type Modules.Module Modifier and Type Field Description protected List<Modules.Module>
Modules. m_Modules
the available modules.Methods in adams.env that return Modules.Module Modifier and Type Method Description Modules.Module
Modules. getModule(String name)
Returns the module associated with the specified name.Methods in adams.env that return types with arguments of type Modules.Module Modifier and Type Method Description List<Modules.Module>
Modules. getModules()
Returns the available modules.Methods in adams.env with parameters of type Modules.Module Modifier and Type Method Description int
Modules.Module. compareTo(Modules.Module o)
Compares this object with the specified object for order.
-