|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.model.AbstractModuleKit
public abstract class AbstractModuleKit
Basic ModuleKit containing app, mapset, module, and editActor links. Module is set by mapset passed. Startup and shutdown methods are not called from within this class.
Copyright 2008 Partner Software, Inc.
| Field Summary | |
|---|---|
protected MapEditActor |
actor
|
protected java.lang.String |
roverDataType
|
protected java.lang.String |
roverGraphicType
|
protected java.lang.String |
sourceDataType
|
protected java.lang.String |
sourceGraphicType
|
| Constructor Summary | |
|---|---|
AbstractModuleKit(MapApp app,
MapSet mapset)
|
|
AbstractModuleKit(MapApp app,
MapSet mapset,
java.lang.String roverDataType,
java.lang.String roverGraphicType)
|
|
| Method Summary | |
|---|---|
MapEditActor |
getActor()
|
MapApp |
getApp()
|
MapSet |
getMapset()
|
Module |
getModule()
|
java.lang.String |
getRoverDataType()
Returns data type generated by this kit. |
java.lang.String |
getRoverGraphicType()
Returns graphic type generated by this kit. |
java.lang.String |
getSourceDataType()
Returns data type manipulated by this kit. |
java.lang.String |
getSourceGraphicType()
Returns graphic type manipulated by this kit. |
abstract void |
shutdown()
Cleanup work for this kit, intended to be run from a shutdown script before closing. |
abstract void |
startup()
Initialization work for this kit, intended to be run from a startup script after creation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MapEditActor actor
protected java.lang.String roverDataType
protected java.lang.String roverGraphicType
protected java.lang.String sourceDataType
protected java.lang.String sourceGraphicType
| Constructor Detail |
|---|
public AbstractModuleKit(MapApp app,
MapSet mapset)
public AbstractModuleKit(MapApp app,
MapSet mapset,
java.lang.String roverDataType,
java.lang.String roverGraphicType)
| Method Detail |
|---|
public final MapApp getApp()
public final MapSet getMapset()
public final Module getModule()
public final MapEditActor getActor()
public java.lang.String getRoverDataType()
public java.lang.String getRoverGraphicType()
public java.lang.String getSourceGraphicType()
public java.lang.String getSourceDataType()
public abstract void startup()
public abstract void shutdown()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||