|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.envsupport.environment.AvatarMapping
public class AvatarMapping
Relationship specification between an component type and an avatar type.
| Field Summary | |
|---|---|
protected IParsedExpression |
componentname
The name of the component to be created for an avatar. |
protected String |
componenttype
The component type name. |
protected boolean |
createavatar
The flag for creating the avatar when an component is created. |
protected boolean |
createcomponent
The flag for creating the component when an avatar is created. |
protected boolean |
killavatar
The flag for deleting the avatar when component is killed. |
protected boolean |
killcomponent
The flag for deleting the component when avatar is killed. |
protected String |
objecttype
The object type. |
| Constructor Summary | |
|---|---|
AvatarMapping()
Create a new avatar mapping. |
|
AvatarMapping(String componenttype,
String objecttype)
Create a new avatar mapping. |
|
AvatarMapping(String componenttype,
String objecttype,
boolean createavatar,
boolean createcomponent,
boolean killavatar,
boolean killcomponent)
Create a new avatar mapping. |
|
| Method Summary | |
|---|---|
IParsedExpression |
getComponentName()
Get the component name expression, if any. |
String |
getComponentType()
Get the componenttype. |
String |
getObjectType()
Get the objecttype. |
boolean |
isCreateAvatar()
Should avatar be created. |
boolean |
isCreateComponent()
Should component be created. |
boolean |
isKillAvatar()
Should avatar be killed. |
boolean |
isKillComponent()
Should component being killed. |
void |
setComponentName(IParsedExpression componentname)
Set the component name expression. |
void |
setComponentType(String componenttype)
|
void |
setCreateAvatar(boolean createavatar)
|
void |
setCreateComponent(boolean createcomponent)
|
void |
setKillAvatar(boolean killavatar)
|
void |
setKillComponent(boolean killcomponent)
|
void |
setObjectType(String object)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String componenttype
protected String objecttype
protected boolean createavatar
protected boolean createcomponent
protected boolean killavatar
protected boolean killcomponent
protected IParsedExpression componentname
| Constructor Detail |
|---|
public AvatarMapping()
public AvatarMapping(String componenttype,
String objecttype)
public AvatarMapping(String componenttype,
String objecttype,
boolean createavatar,
boolean createcomponent,
boolean killavatar,
boolean killcomponent)
| Method Detail |
|---|
public String getComponentType()
public String getObjectType()
public boolean isCreateAvatar()
public boolean isCreateComponent()
public boolean isKillAvatar()
public boolean isKillComponent()
public IParsedExpression getComponentName()
public void setComponentType(String componenttype)
componenttype - the componenttype to setpublic void setObjectType(String object)
object - the objecttype to setpublic void setCreateAvatar(boolean createavatar)
createavatar - the createavatar to setpublic void setCreateComponent(boolean createcomponent)
createcomponent - the createcomponent to setpublic void setKillAvatar(boolean killavatar)
killavatar - the killavatar to setpublic void setKillComponent(boolean killcomponent)
killcomponent - the killcomponent to setpublic void setComponentName(IParsedExpression componentname)
name - The component name expression.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||