org.micropsi.comp.world.objects
Class GroundType

java.lang.Object
  extended byorg.micropsi.comp.world.objects.GroundType

public class GroundType
extends java.lang.Object


Constructor Summary
GroundType(org.w3c.dom.Element configData, Logger logger)
           
 
Method Summary
 int getIndex()
           
 double getMoveEfficiency()
           
 java.lang.String getName()
           
 boolean isAgentAllowed()
           
 void setAgentAllowed(boolean agentAllowed)
           
 void setIndex(int index)
           
 void setMoveEfficiency(double moveEfficiency)
           
 void setName(java.lang.String name)
           
 org.w3c.dom.Node toXMLElement(org.w3c.dom.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroundType

public GroundType(org.w3c.dom.Element configData,
                  Logger logger)
           throws MicropsiException
Method Detail

getIndex

public int getIndex()
Returns:

setIndex

public void setIndex(int index)
Parameters:
index -

getName

public java.lang.String getName()
Returns:

setName

public void setName(java.lang.String name)
Parameters:
name -

getMoveEfficiency

public double getMoveEfficiency()
Returns:

setMoveEfficiency

public void setMoveEfficiency(double moveEfficiency)
Parameters:
moveEfficiency -

isAgentAllowed

public boolean isAgentAllowed()
Returns:

setAgentAllowed

public void setAgentAllowed(boolean agentAllowed)
Parameters:
agentAllowed -

toXMLElement

public org.w3c.dom.Node toXMLElement(org.w3c.dom.Document doc)
Parameters:
doc -
Returns:

(c) by Micropsi Project: http://www.cognitive-agents.org

.