|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsk.robotics.rlcs.agentspace.Agent.Cfg
sk.robotics.rlcs.agents.sim.ImageLoaderSimAgent.Cfg
public static class ImageLoaderSimAgent.Cfg
Nested Class Summary |
---|
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 |
blockImage
Name of block where to store the image. |
java.lang.String |
blockPositions
Name of block where to store collection of turtle positions. |
java.lang.Integer |
imageHeight
Height of the image to draw. |
java.lang.Integer |
imageWidth
Width of the image to draw. |
java.lang.String |
simdHost
Host name or IP address where ImgGen runs. |
int |
simdPort
TCP port on which ImgGen is listening. |
java.lang.Integer |
timer2PeriodMs
Period for second timer, in milliseconds. |
Fields inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg |
---|
enabled, id, logLevel, timerPeriodMs, triggers |
Constructor Summary | |
---|---|
ImageLoaderSimAgent.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 |
---|
public java.lang.String simdHost
public int simdPort
public java.lang.Integer imageWidth
public java.lang.Integer imageHeight
public java.lang.String blockImage
public java.lang.String blockPositions
public java.lang.Integer timer2PeriodMs
Constructor Detail |
---|
public ImageLoaderSimAgent.Cfg()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |