Package jadex.model.modelinfo
Class Startable
java.lang.Object
jadex.model.modelinfo.Startable
- Direct Known Subclasses:
ComponentInstanceInfo
,ConfigurationInfo
,ModelInfo
,SubcomponentTypeInfo
Base class for startable elements.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the model description.Get the keepalive.Get the suspend.Get the synchronous.void
setDescription
(String description) Set the description.void
setKeepalive
(Boolean keepalive) Set the keepalive.void
setSuspend
(Boolean suspend) Set the suspend.void
setSynchronous
(Boolean synchronous) Set the synchronous.
-
Field Details
-
description
The description.
-
-
Constructor Details
-
Startable
public Startable()
-
-
Method Details
-
getDescription
Get the model description.- Returns:
- The model description.
-
setDescription
Set the description.- Parameters:
description
- The description to set.
-
getSuspend
Get the suspend.- Returns:
- the suspend.
-
setSuspend
Set the suspend.- Parameters:
suspend
- The suspend to set.
-
getKeepalive
Get the keepalive.- Returns:
- the keepalive.
-
setKeepalive
Set the keepalive.- Parameters:
keepalive
- The keepalive to set.
-
getSynchronous
Get the synchronous.- Returns:
- The synchronous.
-
setSynchronous
Set the synchronous.- Parameters:
synchronous
- The synchronous to set.
-