openETCS
case study for the European Train Control System developed for the authors dissertation
|
non-property class representation More...
#include <NonProperty.h>
Public Member Functions | |
CNonProperty (const ::std::string &OID="", const ::std::string &Type="", const ::std::string &ID="", const std::map< ::std::string,::GOPPRR::CProperty * > &Properties=std::map< ::std::string,::GOPPRR::CProperty * >()) throw () | |
default(general constructor | |
CNonProperty (const CNonProperty &Source) throw () | |
copy constructor | |
CNonProperty & | operator= (const CNonProperty &Source) throw () |
assignment operator | |
::std::map< ::std::string, GOPPRR::CProperty * > | Properties (const ::std::string &Type, const bool &bSubString=false, const bool &bUseException=true) const throw (::GOPPRR::Error::CEmpty) |
abstraction method | |
virtual | ~CNonProperty () throw () |
destructor |
Public Attributes | |
::std::string | m_ID |
(literal) identifier of element | |
::std::string | m_OID |
unique object identifier | |
::std::map< std::string, GOPPRR::CProperty * > | m_Properties |
properties of non-properties | |
::std::string | m_Type |
name of a type |
non-property class representation
Definition at line 46 of file NonProperty.h.
GOPPRR::CNonProperty::CNonProperty | ( | const ::std::string & | OID = "" , |
const ::std::string & | Type = "" , |
||
const ::std::string & | ID = "" , |
||
const std::map< ::std::string,::GOPPRR::CProperty * > & | Properties = std::map< ::std::string, ::GOPPRR::CProperty* >() |
||
) | throw () |
default(general constructor
[in] | OID | object identifier |
[in] | TypeName | literal name of type |
[in] | ID | identifier |
[in] | Properties | set of property references |
Definition at line 32 of file NonProperty.cpp.
GOPPRR::CNonProperty::CNonProperty | ( | const CNonProperty & | Source | ) | throw () |
|
virtual |
destructor
Definition at line 60 of file NonProperty.cpp.
GOPPRR::CNonProperty & GOPPRR::CNonProperty::operator= | ( | const CNonProperty & | Source | ) | throw () |
assignment operator
[in] | Source | object instance to assign from |
Definition at line 71 of file NonProperty.cpp.
References m_ID.
std::map<::std::string, GOPPRR::CProperty * > GOPPRR::CNonProperty::Properties | ( | const ::std::string & | Type, |
const bool & | bSubString = false , |
||
const bool & | bUseException = true |
||
) | const throw (::GOPPRR::Error::CEmpty) |
abstraction method
Gets certain properties of a non-property object
[in] | Type | property type |
[in] | bSubString | if true, Type only must be a substring of property type |
[in] | bUseException | optional boolean flag for throwing a exception in case of an empty map |
Definition at line 90 of file NonProperty.cpp.
Referenced by oETCS::GEN::CCPPGenerator::GenerateDataFlow(), oETCS::GEN::CCPPGenerator::GenerateEVCTransitions(), oETCS::GEN::CCPPGenerator::GenerateFunctionBlockElements(), oETCS::GEN::CCPPGenerator::GenerateLanguage(), and oETCS::GEN::CCPPGenerator::GenerateRootGraph().
::std::string GOPPRR::CNonProperty::m_ID |
(literal) identifier of element
Definition at line 103 of file NonProperty.h.
Referenced by oETCS::GEN::CMain::Execute(), oETCS::GEN::CBuildGenerator::Generate(), oETCS::GEN::CVMGenerator::Generate(), oETCS::GEN::CCPPGenerator::GenerateCommunication(), oETCS::GEN::CCPPGenerator::GenerateEVCTransitions(), oETCS::GEN::CVMGenerator::GeneratePSM(), and operator=().
|
inherited |
unique object identifier
Definition at line 78 of file Concept.h.
Referenced by oETCS::GEN::CCPPGenerator::BuildAbstractModel(), oETCS::GEN::CCPPGenerator::GenerateCommunication(), oETCS::GEN::CCPPGenerator::GenerateDataFlow(), oETCS::GEN::CCPPGenerator::GenerateDataFlowForCommunication(), oETCS::GEN::CCPPGenerator::GenerateEVCTransitions(), oETCS::GEN::CCPPGenerator::GenerateLanguage(), oETCS::GEN::CCPPGenerator::GenerateRootGraph(), oETCS::GEN::CCPPGenerator::GenerateTransitions(), GOPPRR::CConcept::operator=(), and oETCS::UT::CGOPPRRTransformer::TestCreateSyntax().
::std::map< std::string,GOPPRR::CProperty* > GOPPRR::CNonProperty::m_Properties |
properties of non-properties
Properties of non-properties indexed by their OID
Definition at line 113 of file NonProperty.h.
Referenced by oETCS::GEN::CCPPGenerator::GenerateLanguage().
|
inherited |
name of a type
Definition at line 85 of file Concept.h.
Referenced by oETCS::GEN::CCPPGenerator::GenerateControlFlows(), oETCS::GEN::CCPPGenerator::GenerateDataFlowForCommunication(), oETCS::GEN::CCPPGenerator::GenerateLanguage(), and oETCS::GEN::CCPPGenerator::GenerateTransitions().
Copyright (C) 2010-2012 Johannes Feuser (feuser@uni-bremen.de)
The openETCS library is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of
the License, or any later version.
The openETCS library is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with the openETCS library. If not, see
"http://www.gnu.org/licenses/.