Class PerceptList.PerceptEntry
- java.lang.Object
-
- jadex.extension.envsupport.environment.PerceptList.PerceptEntry
-
- Enclosing class:
- PerceptList
public static class PerceptList.PerceptEntry extends java.lang.Object
Entry for a scheduled percept.
-
-
Field Summary
Fields Modifier and Type Field Description ISpaceObject
avatar
The avatar of the component (if any).IComponentDescription
component
The receiving component.java.lang.Object
data
The percept content (if any).IPerceptProcessor
processor
The processor.java.lang.String
type
The 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.
-
-