Uses of Interface
net.maswag.falcaun.STLVisitor
Packages that use STLVisitor
-
Uses of STLVisitor in net.maswag.falcaun
Classes in net.maswag.falcaun that implement STLVisitorModifier and TypeClassDescriptionclass
This class provides an empty implementation ofSTLVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.class
STLVisitorImpl class.Methods in net.maswag.falcaun with parameters of type STLVisitorModifier and TypeMethodDescriptionprivate static TemporalLogic.STLCost
STLFactory.parseImpl
(String formula, STLVisitor<TemporalLogic.STLCost> visitor)