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 SummaryFields 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 SummaryConstructors 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- 
typepublic java.lang.String type The percept type.
 - 
datapublic java.lang.Object data The percept content (if any).
 - 
componentpublic IComponentDescription component The receiving component.
 - 
avatarpublic ISpaceObject avatar The avatar of the component (if any).
 - 
processorpublic IPerceptProcessor processor The processor.
 
- 
 - 
Constructor Detail- 
PerceptEntrypublic PerceptEntry(java.lang.String type, java.lang.Object data, IComponentDescription component, ISpaceObject avatar, IPerceptProcessor processor)Convenience constructor for inline entry creation.
 
- 
 
-