Class PerceptList.PerceptEntry
- java.lang.Object
 - 
- jadex.extension.envsupport.environment.PerceptList.PerceptEntry
 
 
- 
- Enclosing class:
 - PerceptList
 
public static class PerceptList.PerceptEntry extends java.lang.ObjectEntry for a scheduled percept. 
- 
- 
Field Summary
Fields Modifier and Type Field Description ISpaceObjectavatarThe avatar of the component (if any).IComponentDescriptioncomponentThe receiving component.java.lang.ObjectdataThe percept content (if any).IPerceptProcessorprocessorThe processor.java.lang.StringtypeThe percept type. 
- 
Constructor Summary
Constructors Constructor Description PerceptEntry(java.lang.String type, java.lang.Object data, IComponentDescription component, ISpaceObject avatar, IPerceptProcessor processor)Convenience constructor for inline entry creation. 
 - 
 
- 
- 
Field Detail
- 
type
public java.lang.String type
The percept type. 
- 
data
public java.lang.Object data
The percept content (if any). 
- 
component
public IComponentDescription component
The receiving component. 
- 
avatar
public ISpaceObject avatar
The avatar of the component (if any). 
- 
processor
public IPerceptProcessor processor
The processor. 
 - 
 
- 
Constructor Detail
- 
PerceptEntry
public PerceptEntry(java.lang.String type, java.lang.Object data, IComponentDescription component, ISpaceObject avatar, IPerceptProcessor processor)Convenience constructor for inline entry creation. 
 - 
 
 -