|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.model.MStartable
jadex.application.model.MApplicationInstance
public class MApplicationInstance
Application instance representation.
| Field Summary | |
|---|---|
protected List |
arguments
The map of argument default values. |
protected List |
components
The list of contained components. |
protected String |
name
The name. |
protected List |
spaces
The list of spaces. |
| Constructor Summary | |
|---|---|
MApplicationInstance()
Create a new application. |
|
MApplicationInstance(String name)
Create a new application. |
|
| Method Summary | |
|---|---|
void |
addArgument(MExpressionType argument)
Add an argument. |
void |
addMComponentInstance(MComponentInstance component)
Add an component. |
void |
addMSpaceInstance(MSpaceInstance space)
Add an space. |
List |
getArguments()
Get the arguments. |
List |
getComponents()
Get the components. |
List |
getMComponentInstances()
Get all components. |
List |
getMSpaceInstances()
Get all spaces. |
String |
getName()
Get the name. |
List |
getSpaces()
Get the spaces. |
void |
setName(String name)
Set the name. |
| Methods inherited from class jadex.application.model.MStartable |
|---|
getAutoShutdown, getDaemon, getMaster, getSuspend, setAutoShutdown, setDaemon, setMaster, setSuspend |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected List spaces
protected List components
protected List arguments
| Constructor Detail |
|---|
public MApplicationInstance()
public MApplicationInstance(String name)
| Method Detail |
|---|
public void addMSpaceInstance(MSpaceInstance space)
space - The space.public List getMSpaceInstances()
public void addMComponentInstance(MComponentInstance component)
component - The component.public List getMComponentInstances()
public String getName()
public void setName(String name)
name - The name to set.public void addArgument(MExpressionType argument)
argument - The argument.public List getSpaces()
public List getComponents()
public List getArguments()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||