faudes::AttributeTimedTrans Class Reference
[Timed Automata PlugIn]

Transition Attribute with guard and resets. More...

#include <tp_attributes.h>

List of all members.

Public Member Functions

 AttributeTimedTrans (void)
 Constructor.
virtual bool IsDefault (void) const
 Test for default value (ie empty constraint and default flags).

Public Attributes

TimeConstraint mGuard
 Guard.
ClockSet mResets
 Resets.

Protected Member Functions

void DoAssign (const AttributeTimedTrans &rSrcAttr)
 Assignment method.
bool DoEqual (const AttributeTimedTrans &rOther) const
 Test eaulity.
virtual void DoRead (TokenReader &rTr, const std::string &rLabel="", const Type *pContext=0)
 Reads the attribute from TokenReader, see AttributeVoid for public wrappers.
virtual void DoWrite (TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const
 Writes the attribute to TokenWriter, see AttributeVoid for public wrappers.

Detailed Description

Transition Attribute with guard and resets.

Definition at line 28 of file tp_attributes.h.


Constructor & Destructor Documentation

faudes::AttributeTimedTrans::AttributeTimedTrans ( void   )  [inline]

Constructor.

Definition at line 35 of file tp_attributes.h.


Member Function Documentation

void faudes::AttributeTimedTrans::DoAssign ( const AttributeTimedTrans rSrcAttr  )  [protected]

Assignment method.

Parameters:
rSrcAttr Source to assign from

Definition at line 25 of file tp_attributes.cpp.

bool faudes::AttributeTimedTrans::DoEqual ( const AttributeTimedTrans rOther  )  const [protected]

Test eaulity.

Parameters:
rOther Other attribute to compare with.

Definition at line 34 of file tp_attributes.cpp.

void faudes::AttributeTimedTrans::DoRead ( TokenReader rTr,
const std::string &  rLabel = "",
const Type pContext = 0 
) [protected, virtual]

Reads the attribute from TokenReader, see AttributeVoid for public wrappers.

If the current token indicates a timing section, the method reads the guard and reset timing data from that section. Else it does nothing. Exceptions may only be thrown on invalid data within the timing section. The context argument is ignored, the label argument can be used to override the default section name Timing.

Parameters:
rTr TokenReader to read from
rLabel Section to read
pContext Read context to provide contextual information
Exceptions:
Exception 
  • IO error (id 1)

Reimplemented from faudes::AttributeFlags.

Definition at line 63 of file tp_attributes.cpp.

void faudes::AttributeTimedTrans::DoWrite ( TokenWriter rTw,
const std::string &  rLabel = "",
const Type pContext = 0 
) const [protected, virtual]

Writes the attribute to TokenWriter, see AttributeVoid for public wrappers.

Writes a Timing section to include data on the guard and resets. The label argument can be used to set a section label different the the default Timing. Th context argument is ignored.

Parameters:
rTw TokenWriter to write to
rLabel Section to write
pContext Write context to provide contextual information
Exceptions:
Exception 
  • IO error (id 2)

Reimplemented from faudes::AttributeFlags.

Definition at line 46 of file tp_attributes.cpp.

virtual bool faudes::AttributeTimedTrans::IsDefault ( void   )  const [inline, virtual]

Test for default value (ie empty constraint and default flags).

Returns:
True for default value

Reimplemented from faudes::AttributeFlags.

Definition at line 43 of file tp_attributes.h.


Member Data Documentation

Resets.

Definition at line 49 of file tp_attributes.h.


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

libFAUDES 2.23h --- 2014.04.03 --- c++ api documentaion by doxygen