public abstract class AbstractModuleKit
extends java.lang.Object
Copyright 2008 Partner Software, Inc.
| Constructor and Description |
|---|
AbstractModuleKit(MapApp app,
MapSet mapset)
Creates a new AbstractModuleKit for the passed app and mapset.
|
AbstractModuleKit(MapApp app,
MapSet mapset,
java.lang.String roverDataType,
java.util.Set<java.lang.String> sourceDataTypes)
Creates a new AbstractModuleKit.
|
| Modifier and Type | Method and Description |
|---|---|
MapEditActor |
getActor()
Returns MapEditActor used by this kit.
|
MapApp |
getApp()
Returns the MapApp for this kit
|
MapSet |
getMapset()
Returns the mapset for this kit.
|
Module |
getModule()
Returns the module for this kit,
|
java.lang.String |
getRoverDataType()
Returns data type generated by this kit.
|
java.util.Set<java.lang.String> |
getSourceDataTypes()
Returns data types manipulated by this kit.
|
void |
setActor(MapEditActor actor)
Sets MapEditActor for this kit.
|
public AbstractModuleKit(MapApp app, MapSet mapset)
app - mapset - public AbstractModuleKit(MapApp app, MapSet mapset, java.lang.String roverDataType, java.util.Set<java.lang.String> sourceDataTypes)
app - mapset - roverDataType - - DataType used by this kit.sourceDataTypes - - Source data type for this kit.public final MapApp getApp()
public final MapSet getMapset()
public final Module getModule()
public final MapEditActor getActor()
public final void setActor(MapEditActor actor)
actor - public java.lang.String getRoverDataType()
public java.util.Set<java.lang.String> getSourceDataTypes()