Operator used for the computation of the controllability prefix.
Definition at line 157 of file syn_ctrlpfx.h.
|
| CtrlPfxOperator (const vGenerator &rGenerator, const EventSet &rSigmaCtrl) |
|
| ~CtrlPfxOperator () |
|
virtual const StateSet & | Domain (void) const |
|
| StateSetOperator (void) |
|
| StateSetOperator (const StateSetOperator &)=delete |
|
| ~StateSetOperator (void) |
|
void | Evaluate (StateSetVector &rArgs, StateSet &rRes) const |
|
void | Evaluate (StateSet &rArg, StateSet &rRes) const |
|
void | Evaluate (StateSet &rRes) const |
|
StateSetVector::Position | ArgCount (void) const |
|
const std::string & | ArgName (StateSetVector::Position pos) const |
|
std::string | ArgStatistics (const StateSetVector &rArgs) const |
|
virtual const std::string & | Indent (void) const |
|
virtual void | Indent (const std::string &indent) const |
|
| ExtType (void) |
|
| ExtType (const ExtType &rType) |
|
virtual | ~ExtType (void) |
|
const std::string & | Name (void) const |
|
void | Name (const std::string &rName) |
|
virtual const std::string & | TypeName (void) const |
|
virtual void | TypeName (const std::string &rType) |
|
virtual const std::string & | ElementTag (void) const |
|
virtual void | ElementTag (const std::string &rTag) |
|
virtual const std::string & | ElementType (void) const |
|
virtual const TypeDefinition * | TypeDefinitionp (void) const |
|
Type & | operator= (const Type &rSrc) |
|
bool | operator== (const Type &rOther) const |
|
bool | operator!= (const Type &rOther) const |
|
| AttrType (void) |
|
| AttrType (const AttrType &rSrc) |
|
virtual | ~AttrType (void) |
|
virtual bool | IsDefault (void) const |
|
Type & | operator= (const Type &rSrc) |
|
bool | operator== (const Type &rOther) const |
|
bool | operator!= (const Type &rOther) const |
|
| Type (void) |
|
| Type (const Type &rType) |
|
virtual | ~Type (void) |
|
virtual Type * | New (void) const |
|
virtual Type * | Copy (void) const |
|
virtual const Type * | Cast (const Type *pOther) const |
|
virtual void | Clear (void) |
|
virtual Type & | Assign (const Type &rSrc) |
|
Type & | operator= (const Type &rSrc) |
|
virtual bool | Equal (const Type &rOther) const |
|
bool | operator== (const Type &rOther) const |
|
bool | operator!= (const Type &rOther) const |
|
void | Write (const Type *pContext=0) const |
|
void | Write (const std::string &pFileName, const std::string &rLabel="", const Type *pContext=0, std::ios::openmode openmode=std::ios::out|std::ios::trunc) const |
|
void | Write (const std::string &pFileName, std::ios::openmode openmode) const |
|
void | Write (TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const |
|
virtual void | XWrite (const std::string &pFileName, const std::string &rLabel="", const Type *pContext=0) const |
|
void | XWrite (const Type *pContext=0) const |
|
void | XWrite (TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const |
|
std::string | ToString (const std::string &rLabel="", const Type *pContext=0) const |
|
std::string | ToText (const std::string &rLabel="", const Type *pContext=0) const |
|
void | DWrite (const Type *pContext=0) const |
|
void | DWrite (const std::string &pFileName, const std::string &rLabel="", const Type *pContext=0, std::ios::openmode openmode=std::ios::out|std::ios::trunc) const |
|
void | DWrite (TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const |
|
void | SWrite (TokenWriter &rTw) const |
|
void | SWrite (void) const |
|
std::string | ToSText (void) const |
|
void | Read (const std::string &rFileName, const std::string &rLabel="", const Type *pContext=0) |
|
void | FromString (const std::string &rString, const std::string &rLabel="", const Type *pContext=0) |
|
void | Read (TokenReader &rTr, const std::string &rLabel="", const Type *pContext=0) |
|
|
virtual void | DoEvaluate (StateSetVector &rArgs, StateSet &rRes) const |
|
void | DoAssign (const AttrType &rSrc) |
|
bool | DoEqual (const AttrType &rOther) const |
|
void | DoAssign (const Type &rSrc) |
|
bool | DoEqual (const Type &rOther) const |
|
virtual void | DoRead (TokenReader &rTr, const std::string &rLabel="", const Type *pContext=0) |
|
virtual void | DoWrite (TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const |
|
virtual void | DoXWrite (TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const |
|
virtual void | DoDWrite (TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const |
|
virtual void | DoSWrite (TokenWriter &rTw) const |
|
virtual Token | XBeginTag (const std::string &rLabel="", const std::string &rFallbackLabel="") const |
|
Evaluate opertor on arguments
For the purpose of the controllability prefix, we evalate to
eval([Y,X]) = (pre_exitential(X) union marked_states) intersected with pre_universal_ctrl(Y)
Note: the order of the argument vector matters. The last entry is the iterate in the inner most iteration.
- Parameters
-
rArgs | Argument [Y,X] in that order |
rRes | Resulting state set |
Implements faudes::StateSetOperator.
Definition at line 147 of file syn_ctrlpfx.cpp.