fr.janalyse.droolscripting

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
CloudMode.type
case class DateConverter() extends Converter[Date], DateFormats

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DateFormats
trait Converter[Date]
trait Deserializer[Date]
trait Serializer[Date]
class Object
trait Matchable
class Any
Show all
trait DateFormats

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DroolsEngine(kbaseName: String, drl: String, config: DroolsEngineConfig) extends RuntimeDrools

Drools engine abstraction

Drools engine abstraction

Value parameters

config

drools engine configuration

drl

knowledge base content (rules, declarations, ...)

kbaseName

knowledge base name (what ever you want)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object DroolsEngine

DroolsEngine factories

DroolsEngine factories

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class DroolsEngineConfig(equalsWithIdentity: Boolean, pseudoClock: Boolean, withDroolsLogging: Boolean, eventProcessingMode: EventProcessingMode)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class DroolsEngineException(msg: String) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed trait EventProcessingMode

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CloudMode.type
object StreamMode.type
case class LocalDateTimeConverter() extends Converter[LocalDateTime], DateFormats

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DateFormats
trait Converter[LocalDateTime]
trait Deserializer[LocalDateTime]
trait Serializer[LocalDateTime]
class Object
trait Matchable
class Any
Show all
case class OffsetDateTimeConverter() extends Converter[OffsetDateTime], DateFormats

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DateFormats
trait Converter[OffsetDateTime]
trait Deserializer[OffsetDateTime]
trait Serializer[OffsetDateTime]
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DroolsEngine

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
StreamMode.type
case class ZonedDateTimeConverter() extends Converter[ZonedDateTime], DateFormats

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DateFormats
trait Converter[ZonedDateTime]
trait Deserializer[ZonedDateTime]
trait Serializer[ZonedDateTime]
class Object
trait Matchable
class Any
Show all