com.bbn.openmap.dataAccess.cgm
Class DummyCommand

java.lang.Object
  extended by com.bbn.openmap.dataAccess.cgm.Command
      extended by com.bbn.openmap.dataAccess.cgm.DummyCommand
All Implemented Interfaces:
java.lang.Cloneable

public class DummyCommand
extends Command

Filler object for Commands not yet implemented, in order to be able to see what's going on.

Author:
dietrick

Field Summary
 
Fields inherited from class com.bbn.openmap.dataAccess.cgm.Command
logger
 
Constructor Summary
DummyCommand(int ec, int eid, int l, java.io.DataInputStream in, java.lang.String desc)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.bbn.openmap.dataAccess.cgm.Command
clone, makeInt, makeString, makeString, paint, read, read16, scale
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DummyCommand

public DummyCommand(int ec,
                    int eid,
                    int l,
                    java.io.DataInputStream in,
                    java.lang.String desc)
             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Command


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details