Uses of Class
core.AbstractModel.Type
-
Packages that use AbstractModel.Type Package Description core -
-
Uses of AbstractModel.Type in core
Fields in core declared as AbstractModel.Type Modifier and Type Field Description AbstractModel.Type
AbstractModel. type
Methods in core that return AbstractModel.Type Modifier and Type Method Description static AbstractModel.Type
AbstractModel.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractModel.Type[]
AbstractModel.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in core with parameters of type AbstractModel.Type Constructor Description AbstractModel(AbstractModel.Type type, String name, Set<Link> links, utils.StochasticProcess process)
-