Uses of Interface
org.kie.api.time.SessionClock
-
Packages that use SessionClock Package Description org.kie.api.runtime The runtime engine classes, including KieSession and StatelessKieSession.org.kie.api.time Classes related to calendars and time. -
-
Uses of SessionClock in org.kie.api.runtime
Methods in org.kie.api.runtime with type parameters of type SessionClock Modifier and Type Method Description <T extends SessionClock>
TKieRuntime. getSessionClock()
-
Uses of SessionClock in org.kie.api.time
Subinterfaces of SessionClock in org.kie.api.time Modifier and Type Interface Description interface
SessionPseudoClock
A clock interface for the implementation of pseudo clocks, that are clocks where the user have control over the actual clock working.
-