faudes::AttributeTimedState Class Reference
[Timed Automata Plugin]

#include <tp_attributes.h>

Inheritance diagram for faudes::AttributeTimedState:

faudes::AttributeFlags faudes::AttributeVoid List of all members.

Detailed Description

State attribute with invariant.

Definition at line 104 of file tp_attributes.h.

Public Member Functions

 AttributeTimedState (void)
 Constructor.
bool IsDefault (void) const
 Test for default value (ie empty invariant and default flags).

Public Attributes

TimeConstraint mInvariant
 Invariant.

Protected Member Functions

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.


Constructor & Destructor Documentation

faudes::AttributeTimedState::AttributeTimedState void   )  [inline]
 

Constructor.

Definition at line 108 of file tp_attributes.h.


Member Function Documentation

void faudes::AttributeTimedState::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 invariant section, the method reads the invariant 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 Invariant.

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 101 of file tp_attributes.cpp.

void faudes::AttributeTimedState::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 am Invariant section to include data on the invariant. The label argument can be used to set a section label different the the default Invariant. 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 88 of file tp_attributes.cpp.

bool faudes::AttributeTimedState::IsDefault void   )  const [inline]
 

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

Returns:
True for default value

Reimplemented from faudes::AttributeFlags.

Definition at line 116 of file tp_attributes.h.


Member Data Documentation

TimeConstraint faudes::AttributeTimedState::mInvariant
 

Invariant.

Definition at line 116 of file tp_attributes.h.


The documentation for this class was generated from the following files:
Generated on Mon Nov 10 08:13:18 2008 for libFAUDES 2.11v by  doxygen 1.4.4