kaos.spatial.usecase
Class SpatialRelationsTester

java.lang.Object
  extended by kaos.spatial.usecase.SpatialRelationsTester

public class SpatialRelationsTester
extends java.lang.Object

$Revision: 1.7 $


Constructor Summary
SpatialRelationsTester(Registration registration, SpatialReasoner reasoner, java.lang.String transport, java.util.Vector domainNames)
           
 
Method Summary
 void gatherSpatialRelationsInput()
           
static void main(java.lang.String[] args)
           
 void registerSpatialObject(java.lang.String objectID, double coordinate1, double coordinate2, double coordinate3)
           
 void registerSubject(java.lang.String nickName, double coordinate1, double coordinate2, double coordinate3, double radius1, double radius2, double radius3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialRelationsTester

public SpatialRelationsTester(Registration registration,
                              SpatialReasoner reasoner,
                              java.lang.String transport,
                              java.util.Vector domainNames)
                       throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

gatherSpatialRelationsInput

public void gatherSpatialRelationsInput()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

registerSpatialObject

public void registerSpatialObject(java.lang.String objectID,
                                  double coordinate1,
                                  double coordinate2,
                                  double coordinate3)

registerSubject

public void registerSubject(java.lang.String nickName,
                            double coordinate1,
                            double coordinate2,
                            double coordinate3,
                            double radius1,
                            double radius2,
                            double radius3)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception