cz.cuni.amis.pogamut.defcon.jason.action
Class getDistance

Package class diagram package getDistance
java.lang.Object
  extended by jason.asSemantics.DefaultInternalAction
      extended by cz.cuni.amis.pogamut.defcon.jason.action.AbstractInternalAction
          extended by cz.cuni.amis.pogamut.defcon.jason.action.getDistance
All Implemented Interfaces:
jason.asSemantics.InternalAction, Serializable

public class getDistance
extends AbstractInternalAction

Returns the distance between two points.

Author:
Radek 'Black_Hand' Pibil
See Also:
Serialized Form

Constructor Summary
getDistance()
           
 
Method Summary
 Object executeWorker(jason.asSemantics.TransitionSystem ts, jason.asSemantics.Unifier un, jason.asSyntax.Term[] args)
           
 
Methods inherited from class cz.cuni.amis.pogamut.defcon.jason.action.AbstractInternalAction
execute, getAgent
 
Methods inherited from class jason.asSemantics.DefaultInternalAction
canBeUsedInContext, checkArguments, getMaxArgs, getMinArgs, prepareArguments, suspendIntention
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

getDistance

public getDistance()
Method Detail

executeWorker

public Object executeWorker(jason.asSemantics.TransitionSystem ts,
                            jason.asSemantics.Unifier un,
                            jason.asSyntax.Term[] args)
                     throws Exception
Specified by:
executeWorker in class AbstractInternalAction
Throws:
Exception


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.