Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Entities.Modes Class Reference

Reads the transportation.xml database. This dictionary maps a mode id to AMode object More...

Inheritance diagram for Greet.DataStructureV3.Entities.Modes:

Public Types

enum  ModeType {
  TankerBarge = 1, Truck = 2, Pipeline = 3, Rail = 4,
  MagicMove = 5
}
 

Public Member Functions

void AddValue (IAMode value)
 
IAMode CreateValue (IData data, int type=0)
 
bool DeleteValue (IData data, int key)
 
bool KeyExists (int key)
 
bool ReadDB (GData data, XmlNode modeNode)
 
XmlNode ToXmlNode (XmlDocument xmlDoc)
 
IAMode ValueForKey (int key)
 

Public Attributes

bool fullyLoaded = false
 
bool loaded = false
 

Properties

IEnumerable< IAModeAllValues [get]
 

Detailed Description

Reads the transportation.xml database. This dictionary maps a mode id to AMode object


The documentation for this class was generated from the following file: