Class Module.ModuleType
java.lang.Object
es.ucm.maude.bindings.Module.ModuleType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Module.ModuleType
Functional module (fmod
)static final Module.ModuleType
Functional theory (fth
)static final Module.ModuleType
Object-oriented module (omod
)static final Module.ModuleType
Object-oriented theory (oth
)static final Module.ModuleType
Strategy module (smod
)static final Module.ModuleType
Strategy theory (sth
)static final Module.ModuleType
System module (mod
)static final Module.ModuleType
System theory (th
) -
Method Summary
Modifier and TypeMethodDescriptionstatic Module.ModuleType
swigToEnum
(int swigValue) final int
toString()
-
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
-