|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.envsupport.environment.PerceptType
public class PerceptType
Class for representation a percept type, which has a name, a set of object types and a set of component types.
| Field Summary | |
|---|---|
protected Set |
componenttypes
The component types. |
protected String |
name
The percept name. |
protected Set |
objecttypes
The object types. |
| Constructor Summary | |
|---|---|
PerceptType()
Create a new percept type. |
|
PerceptType(String name,
Set objecttypes,
Set componenttypes)
Create a new percept type. |
|
| Method Summary | |
|---|---|
Set |
getComponentTypes()
Get the component types. |
String |
getName()
Get the name. |
Set |
getObjectTypes()
Get the object types. |
void |
setComponentTypes(Set componenttypes)
Set the component types. |
void |
setName(String name)
Set the name. |
void |
setObjectTypes(Set objecttypes)
Set the object types. |
String |
toString()
Get the string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected Set objecttypes
protected Set componenttypes
| Constructor Detail |
|---|
public PerceptType()
public PerceptType(String name,
Set objecttypes,
Set componenttypes)
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the name to set.public Set getObjectTypes()
public void setObjectTypes(Set objecttypes)
objecttypes - the objecttypes to set.public Set getComponentTypes()
public void setComponentTypes(Set componenttypes)
componenttypes - the componenttypes to set.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||