Definition at line 418 of file omg_rabinctrl.cpp.
|
| | RabinInvDynCtrlCore (const RabinAutomaton &raut, const TransSetX2EvX1 &revtrans, const EventSet &sigctrl) |
| |
| | RabinInvDynPReach (const RabinAutomaton &raut, const TransSetX2EvX1 &revtrans, const EventSet &sigctrl) |
| |
| | RabinInvDynOperator (const vGenerator &gen, const TransSetX2EvX1 &revtrans, const EventSet &sigctrl) |
| |
| virtual const StateSet & | Domain (void) const |
| |
| void | RecCtrl (bool on) |
| |
| bool | RecCtrl (void) |
| |
| TaIndexSet< EventSet > & | Controller (void) |
| |
| const TaIndexSet< EventSet > & | Controller (void) const |
| |
| void | ClrCtrl (void) |
| |
| void | InsCtrl (const RabinInvDynOperator &rOther) |
| |
| | 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) |
| |
| 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 |
| |