All Classes
-
All Classes Class Summary Exception Summary Class Description BeamlineAbstractSource This class represents the general source to generateBEvent
s.BEvent This class describes an event for the Beamline framework.CSVLogSource This implementation of aBeamlineAbstractSource
producesBEvent
according to the rows contained in a CSV file.CSVLogSource.ParserConfiguration This class is used to configure the parser of the CSVDirectlyFollowsRelation This class represents a directly follows relation as produced byInfiniteSizeDirectlyFollowsMapper
.EventException Exception thrown during events creationExcludeActivitiesFilter A specific instance of theExcludeOnEventAttributeEqualityFilter
that considers the name of the activity as attribute to filter.ExcludeOnCaseAttributeEqualityFilter<T extends Serializable> This filter excludes events based on the equality of a certain trace attribute to a given set of values.ExcludeOnEventAttributeEqualityFilter<T extends Serializable> This filter excludes events based on the equality of a certain event attribute to a given set of values.GraphvizResponse A refinedResponse
that can be rendered in Graphviz using the Dot language.InfiniteSizeDirectlyFollowsMapper This mapper transforms a stream ofBEvent
s into a stream ofDirectlyFollowsRelation
s.MQTTXesSource This implementation of aBeamlineAbstractSource
produces events as they are observed in an MQTT-XES broker.Response General class describing what aStreamMiningAlgorithm
is supposed to return.RetainActivitiesFilter A specific instance of theRetainOnEventAttributeEqualityFilter
that considers the name of the activity as attribute to filter.RetainOnCaseAttributeEqualityFilter<T extends Serializable> This filter retains events based on the equality of a certain trace attribute to a given set of values.RetainOnEventAttributeEqualityFilter<T extends Serializable> This filter retains events based on the equality of a certain event attribute to a given set of values.SourceException Exception thrown during source processingStreamMiningAlgorithm<T extends Response> This abstract class defines the root of the mining algorithms hierarchy.StringResponse A simpleResponse
containing just a stringStringTestSource Source useful for designing new algorithm.XesLogSource This implementation of aBeamlineAbstractSource
produces events according to the events contained in anXLog
.