Class MicroPreyVisionProcessor

    • Constructor Detail

      • MicroPreyVisionProcessor

        public MicroPreyVisionProcessor()
    • Method Detail

      • processPercept

        public void processPercept​(IEnvironmentSpace space,
                                   java.lang.String type,
                                   java.lang.Object percept,
                                   IComponentDescription agent,
                                   ISpaceObject avatar)
        Process a new percept.
        Specified by:
        processPercept in interface IPerceptProcessor
        Parameters:
        space - The space.
        type - The type.
        percept - The percept.
        agent - The agent identifier.
        agent - The avatar of the agent (if any).