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
/
Or
Or
data
class
Or
<
W
>
(
val
x
:
LTL
<
W
>
,
val
y
:
LTL
<
W
>
)
:
LTL
<
W
>
(
source
)
Members
Constructors
Or
Link copied to clipboard
constructor
(
x
:
LTL
<
W
>
,
y
:
LTL
<
W
>
)
Properties
x
Link copied to clipboard
val
x
:
LTL
<
W
>
y
Link copied to clipboard
val
y
:
LTL
<
W
>
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