kaos.aci.flexfeed
Class RobotMobilityConstraints

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

public class RobotMobilityConstraints
extends PolicyConstraints

Author:
jlott
See Also:
Serialized Form

Field Summary
static java.lang.String CAN_BE_MOVED
           
 
Constructor Summary
RobotMobilityConstraints(boolean canBeMoved)
          Creates a new instance of RobotMobilityConstraints
RobotMobilityConstraints(PolicyConstraints pc)
           
 
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


RobotMobilityConstraints

public RobotMobilityConstraints(PolicyConstraints pc)
Method Detail

canBeMoved

public boolean canBeMoved()