openETCS
case study for the European Train Control System developed for the authors dissertation
|
role class reprensentation More...
#include <Role.h>
Public Member Functions | |
CRole (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 () | |
general constructor | |
CRole (const CRole &Source) throw () | |
copy constructor | |
CRole & | operator= (const CRole &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 | ~CRole () throw () |
Public Attributes | |
::std::map< std::string, GOPPRR::CGraph * > | m_Explosions |
explosion set of role | |
::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 |
GOPPRR::CRole::CRole | ( | 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 () |
GOPPRR::CRole::CRole | ( | const CRole & | Source | ) | throw () |
GOPPRR::CRole & GOPPRR::CRole::operator= | ( | const CRole & | Source | ) | throw () |
assignment operator
[in] | Source | object instance to assign from |
Definition at line 67 of file Role.cpp.
References m_Explosions.
|
inherited |
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::map< std::string,GOPPRR::CGraph* > GOPPRR::CRole::m_Explosions |
explosion set of role
Explosion set of role indexed by their OID.
Definition at line 89 of file Role.h.
Referenced by operator=().
|
inherited |
(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 GOPPRR::CNonProperty::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().
|
inherited |
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/.