kaos.flexfeed.flik
Class RobotMobilityConstraints

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by kaos.flexfeed.flik.PolicyConstraints
              extended by kaos.flexfeed.flik.RobotMobilityConstraints
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class RobotMobilityConstraints
extends PolicyConstraints

See Also:
Serialized Form

Field Summary
static java.lang.String CAN_BE_MOVED
           
 
Constructor Summary
RobotMobilityConstraints(boolean canBeMoved)
          Creates a new instance of RobotMobilityConstraints
 
Method Summary
 boolean canBeMoved()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CAN_BE_MOVED

public static final java.lang.String CAN_BE_MOVED
See Also:
Constant Field Values
Constructor Detail

RobotMobilityConstraints

public RobotMobilityConstraints(boolean canBeMoved)
Creates a new instance of RobotMobilityConstraints

Method Detail

canBeMoved

public boolean canBeMoved()