|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.model.MSpaceInstance
jadex.application.space.envsupport.MEnvSpaceInstance
public class MEnvSpaceInstance
Java representation of environment space instance for xml description.
| Field Summary | |
|---|---|
protected Map |
properties
The properties. |
| Fields inherited from class jadex.application.model.MSpaceInstance |
|---|
name, spacetype, type |
| Constructor Summary | |
|---|---|
MEnvSpaceInstance()
|
|
| Method Summary | |
|---|---|
void |
addProperty(String key,
Object value)
Add a property. |
static Map |
convertProperties(List properties,
IValueFetcher fetcher)
Set properties on a map. |
Class |
getClazz()
Get the implementation class of the space. |
Map |
getProperties()
Get the properties. |
static Object |
getProperty(Map map,
String name)
Get a property from a (multi)map. |
Object |
getProperty(String name)
Get a property from a (multi)map. |
List |
getPropertyList(String key)
Get a property. |
static void |
setProperties(IPropertyObject object,
List properties,
IValueFetcher fetcher)
Set properties on a IPropertyObject. |
| Methods inherited from class jadex.application.model.MSpaceInstance |
|---|
getName, getType, getTypeName, setName, setType, setTypeName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map properties
| Constructor Detail |
|---|
public MEnvSpaceInstance()
| Method Detail |
|---|
public void addProperty(String key,
Object value)
key - The key.value - The value.public List getPropertyList(String key)
key - The key.
public Map getProperties()
public static Object getProperty(Map map,
String name)
map - The map.name - The name.
public Object getProperty(String name)
map - The map.name - The name.
public static void setProperties(IPropertyObject object,
List properties,
IValueFetcher fetcher)
object - The IPropertyObject.properties - A list properties (containing maps with "name", "value" keys).fetcher - The fetcher for parsing the Java expression (can provide
predefined values to the expression)
public static Map convertProperties(List properties,
IValueFetcher fetcher)
properties - A list properties (containing maps with "name", "value" keys).fetcher - The fetcher for parsing the Java expression (can provide
predefined values to the expression)public Class getClazz()
MSpaceInstance
getClazz in class MSpaceInstance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||