Uses of Class
net.maswag.falcaun.RoSI

Packages that use RoSI
Package
Description
The package for FalCAuN.
  • Uses of RoSI in net.maswag.falcaun

    Methods in net.maswag.falcaun that return RoSI
    Modifier and Type
    Method
    Description
    (package private) RoSI
    RoSI.assignMax(RoSI element)
    Destructive max, i.e., assign the elementwise max of two RoSIs to this RoSI.
    (package private) RoSI
    RoSI.assignMin(RoSI element)
    Destructive min, i.e., assign the elementwise min of two RoSIs to this RoSI.
    (package private) RoSI
    Destructive negate, i.e., assign the negated RoSI to this RoSI.
    LTLAtomic.getRoSI(IOSignal<String> signal)
     
    STLInputAtomic.getRoSI(IOSignal<List<Double>> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    STLOutputAtomic.getRoSI(IOSignal<List<Double>> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    TemporalAnd.getRoSI(IOSignal<I> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    TemporalEventually.getRoSI(IOSignal<I> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    TemporalGlobally.getRoSI(IOSignal<I> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    TemporalImply.getRoSI(IOSignal<I> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    TemporalLogic.getRoSI(IOSignal<I> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    TemporalNext.getRoSI(IOSignal<I> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    TemporalNot.getRoSI(IOSignal<I> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    TemporalOr.getRoSI(IOSignal<I> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    TemporalRelease.getRoSI(IOSignal<I> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    TemporalSub.getRoSI(IOSignal<I> signal)
     
    TemporalUntil.getRoSI(IOSignal<I> signal)
    Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.
    TemporalEventually.getRoSIRaw(IOSignal<I> signal)
    getRoSIRaw.
    TemporalGlobally.getRoSIRaw(IOSignal<I> signal)
    getRoSIRaw.
    abstract RoSI
    TemporalOp.getRoSIRaw(IOSignal<I> signal)
    getRoSIRaw.
    TemporalRelease.getRoSIRaw(IOSignal<I> signal)
     
    TemporalUntil.getRoSIRaw(IOSignal<I> signal)
     
    TemporalEventually.getRoSIRawWithLen(IOSignal<I> signal, int length)
    getRoSIRawLen.
    TemporalGlobally.getRoSIRawWithLen(IOSignal<I> signal, int length)
    getRoSIRawLen.
    abstract RoSI
    TemporalOp.getRoSIRawWithLen(IOSignal<I> signal, int length)
    getRoSIRawLen.
    STLAbstractAtomic.getRoSISingle(net.automatalib.word.Word<List<Double>> signal)
     
    (package private) RoSI
    RoSI.max(RoSI element)
    The elementwise max of two RoSIs.
    (package private) RoSI
    RoSI.min(RoSI element)
    The elementwise min of two RoSIs.
    (package private) RoSI
    RoSI.negate()
    Negate the RoSI.
    Methods in net.maswag.falcaun with parameters of type RoSI
    Modifier and Type
    Method
    Description
    (package private) RoSI
    RoSI.assignMax(RoSI element)
    Destructive max, i.e., assign the elementwise max of two RoSIs to this RoSI.
    (package private) RoSI
    RoSI.assignMin(RoSI element)
    Destructive min, i.e., assign the elementwise min of two RoSIs to this RoSI.
    (package private) RoSI
    RoSI.max(RoSI element)
    The elementwise max of two RoSIs.
    (package private) RoSI
    RoSI.min(RoSI element)
    The elementwise min of two RoSIs.