jadex.application.space.envsupport.environment
Class PerceptList.PerceptEntry

java.lang.Object
  extended by jadex.application.space.envsupport.environment.PerceptList.PerceptEntry
Enclosing class:
PerceptList

public static class PerceptList.PerceptEntry
extends Object

Entry for a scheduled percept.


Field Summary
 ISpaceObject avatar
          The avatar of the component (if any).
 IComponentIdentifier component
          The receiving component.
 Object data
          The percept content (if any).
 IPerceptProcessor processor
          The processor.
 String type
          The percept type.
 
Constructor Summary
PerceptList.PerceptEntry(String type, Object data, IComponentIdentifier component, ISpaceObject avatar, IPerceptProcessor processor)
          Convenience constructor for inline entry creation.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public String type
The percept type.


data

public Object data
The percept content (if any).


component

public IComponentIdentifier component
The receiving component.


avatar

public ISpaceObject avatar
The avatar of the component (if any).


processor

public IPerceptProcessor processor
The processor.

Constructor Detail

PerceptList.PerceptEntry

public PerceptList.PerceptEntry(String type,
                                Object data,
                                IComponentIdentifier component,
                                ISpaceObject avatar,
                                IPerceptProcessor processor)
Convenience constructor for inline entry creation.



Copyright © 2010. All Rights Reserved.