Uses of Class
org.kie.api.runtime.conf.ClockTypeOption
-
Packages that use ClockTypeOption Package Description org.kie.api.builder.model org.kie.api.runtime.conf -
-
Uses of ClockTypeOption in org.kie.api.builder.model
Methods in org.kie.api.builder.model that return ClockTypeOption Modifier and Type Method Description ClockTypeOptionKieSessionModel. getClockType()Returns the ClockType of this KieSessionModelMethods in org.kie.api.builder.model with parameters of type ClockTypeOption Modifier and Type Method Description KieSessionModelKieSessionModel. setClockType(ClockTypeOption clockType)Sets the ClockType for this KieSessionModel. -
Uses of ClockTypeOption in org.kie.api.runtime.conf
Fields in org.kie.api.runtime.conf declared as ClockTypeOption Modifier and Type Field Description static ClockTypeOptionClockTypeOption. PSEUDOstatic ClockTypeOptionClockTypeOption. REALTIMEMethods in org.kie.api.runtime.conf that return ClockTypeOption Modifier and Type Method Description static ClockTypeOptionClockTypeOption. get(java.lang.String clockType)This is a factory method for this Clock Type configuration.
-