示例#1
0
 def visitNext(self, node, args):
     raise LTLNotImplementedException(
         'Next operator not implemented in STL online monitor.')
示例#2
0
 def visitUntil(self, node, args):
     raise LTLNotImplementedException(
         'Until operator is not implemented in the STL online monitor.')
示例#3
0
 def visitAlways(self, node, args):
     raise LTLNotImplementedException(
         'Always operator is not implemented in the STL online monitor.')
示例#4
0
 def visitEventually(self, node, args):
     raise LTLNotImplementedException(
         'Eventually operator is not implemented in the STL online monitor.'
     )
示例#5
0
 def visitPrevious(self, node, args):
     raise LTLNotImplementedException(
         'Previous operator not implemented in STL dense-time monitor.')
示例#6
0
 def visitFall(self, node, args):
     raise LTLNotImplementedException(
         'Fall operator not implemented in STL dense monitor.')