sk.robotics.rlcs.agentspace
Class Space.Block

java.lang.Object
  extended by sk.robotics.rlcs.agentspace.Space.Block
All Implemented Interfaces:
com.microstepmis.xplatform.CustomXmlMappable
Enclosing class:
Space

public static class Space.Block
extends java.lang.Object
implements com.microstepmis.xplatform.CustomXmlMappable

A block in space.


Nested Class Summary
 class Space.Block.XmlMappable
           
 
Method Summary
 float getPriority()
           
 long getValidFrom()
           
 long getValidTo()
           
 java.lang.Object getValue()
           
 Space.Block.XmlMappable getXmlMappable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public java.lang.Object getValue()

getValidFrom

public long getValidFrom()

getValidTo

public long getValidTo()

getPriority

public float getPriority()

getXmlMappable

public Space.Block.XmlMappable getXmlMappable()
Specified by:
getXmlMappable in interface com.microstepmis.xplatform.CustomXmlMappable