VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes | Private Member Functions
DtComponentSystemMetaData Class Reference

Contains metadata about a component system definition. More...

Inheritance diagram for DtComponentSystemMetaData:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtComponentSystemMetaData (const DtString &name, DtReaderWriterRegistry *parentRegistry=0)
 read/writable constructor
 DtComponentSystemMetaData (const DtComponentSystemMetaData &orig, DtReaderWriterRegistry *parentRegistry=0)
 copy constructor
const DtComponentSystemMetaDataoperator= (const DtComponentSystemMetaData &orig)
 assignment operator
virtual ~DtComponentSystemMetaData ()
 destructor
virtual bool allowedForStateRepositoryType (const DtString &srTypeString) const
virtual const
DtSystemMetaDataEntry
lookupMetaDataEntry (const DtString &dataType) const
 Finds the meta data entry of the specified type in the meta data entry list and returns it.
virtual bool inSystemCategory (const DtString &category) const
virtual DtString systemName () const
virtual void setSystemName (const DtString &name)
virtual DtString systemDescription () const
virtual void setSystemDescription (const DtString &desc)
virtual const
DtRwNLengthStringVector
allowedStateRepositoryTypes () const
virtual DtRwNLengthStringVectorallowedStateRepositoryTypes ()
virtual const
DtRwNLengthStringVector
systemCategories () const
virtual DtRwNLengthStringVectorsystemCategories ()
virtual const
DtSystemParameterDataList
paramterDataList () const
virtual DtSystemParameterDataListparamterDataList ()
virtual const
DtSystemMetaDataEntryList
metaDataEntryList () const
virtual DtSystemMetaDataEntryListmetaDataEntryList ()

Protected Attributes

DtRwString mySystemName
 Plain text readable name for the system.
DtRwString mySystemDescription
 Text description of the system.
DtRwNLengthStringVector myAllowedStateRepositoryTypes
 List if state repository types which this system is valid for.
DtRwNLengthStringVector mySystemCategories
 List of system categories that this system belongs to.
DtSystemParameterDataList myParameterDataList
 List of information about parameter for this system.
DtSystemMetaDataEntryList myMetaDataEntryList
 List of meta data entries.

Private Member Functions

 DtComponentSystemMetaData ()
 Not implemented.

Detailed Description

Contains metadata about a component system definition.

Data such as name, description, and what types of entities the system is allowed to be used on. This data will typically be used by the Entity Editor, and not for any critical areas of vrfSim.


Constructor & Destructor Documentation

Not implemented.

read/writable constructor

copy constructor

destructor


Member Function Documentation

const DtComponentSystemMetaData& DtComponentSystemMetaData::operator= ( const DtComponentSystemMetaData orig)

assignment operator

virtual DtString DtComponentSystemMetaData::systemName ( ) const [virtual]
See also:
mySystemName.
virtual void DtComponentSystemMetaData::setSystemName ( const DtString name) [virtual]
See also:
mySystemName.
virtual void DtComponentSystemMetaData::setSystemDescription ( const DtString desc) [virtual]
virtual bool DtComponentSystemMetaData::allowedForStateRepositoryType ( const DtString srTypeString) const [virtual]
Returns:
True if the specified srTypeString is in myAllowedStateRepositoryTypes.
See also:
mySystemCategories.
See also:
mySystemCategories.
See also:
myMetaDataEntryList lookupMetaDataEntry() is an easier way to find a specific meta data entry.
See also:
myMetaDataEntryList lookupMetaDataEntry() is an easier way to find a specific meta data entry.
virtual const DtSystemMetaDataEntry* DtComponentSystemMetaData::lookupMetaDataEntry ( const DtString dataType) const [virtual]

Finds the meta data entry of the specified type in the meta data entry list and returns it.

Returns NULL if not found.

virtual bool DtComponentSystemMetaData::inSystemCategory ( const DtString category) const [virtual]
Returns:
True if category is in mySystemCategories.

Member Data Documentation

Plain text readable name for the system.

Text description of the system.

List if state repository types which this system is valid for.

These types will come from the vrfParamTypes.h.

List of system categories that this system belongs to.

List of information about parameter for this system.

List of meta data entries.

These entries are of subtypes of DtSystemMetaDataEntry, and can contain any data that is specific to this system.


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)