Skip to main content

TranslateActivityKey

Trait TranslateActivityKey 

Source
pub trait TranslateActivityKey {
    // Required method
    fn translate_using_activity_key(
        &mut self,
        to_activity_key: &mut ActivityKey,
    );
}

Required Methods§

Source

fn translate_using_activity_key(&mut self, to_activity_key: &mut ActivityKey)

Change the activity key of this object, by translating all mentions of activities to the new activity key (which will be updated with activity labels it did not have yet.). This is a potentially expensive operation. If only a part of the activities will be used, then consider using an ActivityKeyTranslator directly. The activity key of this object will be updated too, so the activity keys will be equivalent afterwards.

Implementors§

Source§

impl TranslateActivityKey for CompressedEventLog

Source§

impl TranslateActivityKey for CompressedEventLogTraceAttributes

Source§

impl TranslateActivityKey for CompressedEventLogXes

Source§

impl TranslateActivityKey for DeterministicFiniteAutomaton

Source§

impl TranslateActivityKey for DirectlyFollowsGraph

Source§

impl TranslateActivityKey for DirectlyFollowsModel

Source§

impl TranslateActivityKey for EventLog

Source§

impl TranslateActivityKey for EventLogCsv

Source§

impl TranslateActivityKey for EventLogOcel

Source§

impl TranslateActivityKey for EventLogPython

Source§

impl TranslateActivityKey for EventLogTraceAttributes

Source§

impl TranslateActivityKey for EventLogXes

Source§

impl TranslateActivityKey for FiniteLanguage

Source§

impl TranslateActivityKey for FiniteStochasticLanguage

Source§

impl TranslateActivityKey for LabelledPetriNet

Source§

impl TranslateActivityKey for LanguageOfAlignments

Source§

impl TranslateActivityKey for LolaNet

Source§

impl TranslateActivityKey for PetriNetMarkupLanguage

Source§

impl TranslateActivityKey for ProcessTree

Source§

impl TranslateActivityKey for ProcessTreeMarkupLanguage

Source§

impl TranslateActivityKey for StochasticDeterministicFiniteAutomaton

Source§

impl TranslateActivityKey for StochasticDirectlyFollowsModel

Source§

impl TranslateActivityKey for StochasticLabelledPetriNet

Source§

impl TranslateActivityKey for StochasticLanguageOfAlignments

Source§

impl TranslateActivityKey for StochasticNondeterministicFiniteAutomaton

Source§

impl TranslateActivityKey for StochasticProcessTree

Source§

impl TranslateActivityKey for BusinessProcessModelAndNotation

Source§

impl TranslateActivityKey for StochasticBusinessProcessModelAndNotation