Uses of Class
beamline.events.BEvent
-
Packages that use BEvent Package Description beamline.events This package contains the description of events in Beamline.beamline.filters This package contains some filters that are available by default in the framework.beamline.models.algorithms This package contains all classes of the framework necessary to have mining algorithms functioning.beamline.models.responses This package contains all classes of the framework necessary to handle the responses of mining algorithms.beamline.sources This package contains all classes necessary to constructRichSourceFunctions that can be used in the rest of the project. -
-
Uses of BEvent in beamline.events
Methods in beamline.events with parameters of type BEvent Modifier and Type Method Description intBEvent. compareTo(BEvent o) -
Uses of BEvent in beamline.filters
Methods in beamline.filters with parameters of type BEvent Modifier and Type Method Description booleanExcludeOnCaseAttributeEqualityFilter. filter(BEvent t)booleanExcludeOnEventAttributeEqualityFilter. filter(BEvent t)booleanRetainOnCaseAttributeEqualityFilter. filter(BEvent t)booleanRetainOnEventAttributeEqualityFilter. filter(BEvent event) -
Uses of BEvent in beamline.models.algorithms
Methods in beamline.models.algorithms with parameters of type BEvent Modifier and Type Method Description voidStreamMiningAlgorithm. flatMap(BEvent event, org.apache.flink.util.Collector<T> out)DirectlyFollowsRelationInfiniteSizeDirectlyFollowsMapper. ingest(BEvent event)abstract TStreamMiningAlgorithm. ingest(BEvent event)This abstract method is what each derive class is expected to implement.protected TStreamMiningAlgorithm. process(BEvent event) -
Uses of BEvent in beamline.models.responses
Methods in beamline.models.responses that return BEvent Modifier and Type Method Description BEventDirectlyFollowsRelation. getFrom()Returns the source eventBEventDirectlyFollowsRelation. getTo()Returns the target eventConstructors in beamline.models.responses with parameters of type BEvent Constructor Description DirectlyFollowsRelation(BEvent from, BEvent to)Constructor -
Uses of BEvent in beamline.sources
Method parameters in beamline.sources with type arguments of type BEvent Modifier and Type Method Description voidCSVLogSource. run(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<BEvent> ctx)voidMQTTXesSource. run(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<BEvent> ctx)voidStringTestSource. run(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<BEvent> ctx)voidXesLogSource. run(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<BEvent> ctx)
-