Interface IPerceptProcessor

    • Method Detail

      • processPercept

        void processPercept​(IEnvironmentSpace space,
                            java.lang.String type,
                            java.lang.Object percept,
                            IComponentDescription component,
                            ISpaceObject avatar)
        Process a new percept.
        Parameters:
        space - The space.
        type - The type.
        percept - The percept.
        component - The component identifier.
        component - The avatar of the component (if any).