jadex.application.space.envsupport.environment
Class PerceptType

java.lang.Object
  extended by jadex.application.space.envsupport.environment.PerceptType

public class PerceptType
extends Object

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

name

protected String name
The percept name.


objecttypes

protected Set objecttypes
The object types.


componenttypes

protected Set componenttypes
The component types.

Constructor Detail

PerceptType

public PerceptType()
Create a new percept type.


PerceptType

public PerceptType(String name,
                   Set objecttypes,
                   Set componenttypes)
Create a new percept type.

Method Detail

getName

public String getName()
Get the name.

Returns:
The name.

setName

public void setName(String name)
Set the name.

Parameters:
name - the name to set.

getObjectTypes

public Set getObjectTypes()
Get the object types.

Returns:
the object types.

setObjectTypes

public void setObjectTypes(Set objecttypes)
Set the object types.

Parameters:
objecttypes - the objecttypes to set.

getComponentTypes

public Set getComponentTypes()
Get the component types.

Returns:
The componenttypes.

setComponentTypes

public void setComponentTypes(Set componenttypes)
Set the component types.

Parameters:
componenttypes - the componenttypes to set.

toString

public String toString()
Get the string representation.

Overrides:
toString in class Object
Returns:
The string representation.


Copyright © 2010. All Rights Reserved.