sk.robotics.rlcs.agents.camera
Class ViewPosAgent.Cfg

java.lang.Object
  extended by sk.robotics.rlcs.agentspace.Agent.Cfg
      extended by sk.robotics.rlcs.agents.image.ImageFilterAgent.Cfg
          extended by sk.robotics.rlcs.agents.camera.ViewPosAgent.Cfg
Enclosing class:
ViewPosAgent

public static class ViewPosAgent.Cfg
extends ImageFilterAgent.Cfg


Nested Class Summary
 
Nested classes/interfaces inherited from class sk.robotics.rlcs.agents.image.ImageFilterAgent.Cfg
ImageFilterAgent.Cfg.ImageType
 
Nested classes/interfaces inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg
Agent.Cfg.Limited, Agent.Cfg.NoDefault, Agent.Cfg.Required, Agent.Cfg.Validator
 
Field Summary
 java.lang.String blocksDestination
          Names of blocks with destination points of robots.
 java.lang.String blocksPosition
          Names of blocks with actual positions of robots.
 
Fields inherited from class sk.robotics.rlcs.agents.image.ImageFilterAgent.Cfg
blockSourceImage, blockTargetImage, copyBeforeFilter, inputImageType, outputHeight, outputImageType, outputWidth, priority, validity
 
Fields inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg
enabled, id, logLevel, timerPeriodMs, triggers
 
Constructor Summary
ViewPosAgent.Cfg()
           
 
Method Summary
 
Methods inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg
createAgent, equals, getHiddenFields, hideFields, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blocksPosition

public java.lang.String blocksPosition
Names of blocks with actual positions of robots. Delimited by semicolons, commas, spaces, or combinations.

Block access:
read
Stored type:
sk.robotics.rlcs.data.Position

blocksDestination

public java.lang.String blocksDestination
Names of blocks with destination points of robots. Delimited by semicolons, commas, spaces, or combinations.

Block access:
read
Stored type:
java.awt.geom.Point2D
Constructor Detail

ViewPosAgent.Cfg

public ViewPosAgent.Cfg()