Class Module.ModuleType
java.lang.Object
es.ucm.maude.bindings.Module.ModuleType
- Enclosing class:
Module
Module or theory type (function, system or strategy).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Module.ModuleTypeFunctional module (fmod)static final Module.ModuleTypeFunctional theory (fth)static final Module.ModuleTypeObject-oriented module (omod)static final Module.ModuleTypeObject-oriented theory (oth)static final Module.ModuleTypeStrategy module (smod)static final Module.ModuleTypeStrategy theory (sth)static final Module.ModuleTypeSystem module (mod)static final Module.ModuleTypeSystem theory (th) -
Method Summary
Modifier and TypeMethodDescriptionstatic Module.ModuleTypeswigToEnum(int swigValue) final inttoString()
-
Field Details
-
FUNCTIONAL_MODULE
Functional module (fmod) -
SYSTEM_MODULE
System module (mod) -
STRATEGY_MODULE
Strategy module (smod) -
FUNCTIONAL_THEORY
Functional theory (fth) -
SYSTEM_THEORY
System theory (th) -
STRATEGY_THEORY
Strategy theory (sth) -
OBJECT_ORIENTED_MODULE
Object-oriented module (omod) -
OBJECT_ORIENTED_THEORY
Object-oriented theory (oth)
-
-
Method Details
-
swigValue
public final int swigValue() -
toString
-
swigToEnum
-