yafrl
Toggle table of contents
0.4-SNAPSHOT
common
Platform filter
common
Home
Documentation
Tutorials
GitHub
Switch theme
Search in API
yafrl
yafrl-testing
/
io.github.yafrl.testing
/
LTL
/
Condition
Condition
data
class
Condition
<
W
>
(
val
name
:
String
?
,
val
cond
:
ConditionScope
<
W
>
.
(
)
->
Boolean
)
:
LTL
<
W
>
(
source
)
Members
Constructors
Condition
Link copied to clipboard
constructor
(
name
:
String
?
,
cond
:
ConditionScope
<
W
>
.
(
)
->
Boolean
)
Properties
cond
Link copied to clipboard
val
cond
:
ConditionScope
<
W
>
.
(
)
->
Boolean
name
Link copied to clipboard
val
name
:
String
?
Functions
evaluate
At
Time
Link copied to clipboard
open
override
fun
evaluateAtTime
(
world
:
(
Int
)
->
W
,
time
:
Int
,
maxTraceLength
:
Int
)
:
LTLResult
Evaluate the given LTL proposition with respect to the given data at a specific
time
.
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String