pub enum EbiObject {
Show 23 variants
LabelledPetriNet(LabelledPetriNet),
StochasticLabelledPetriNet(StochasticLabelledPetriNet),
FiniteStochasticLanguage(FiniteStochasticLanguage),
StochasticDeterministicFiniteAutomaton(StochasticDeterministicFiniteAutomaton),
StochasticNondeterministicFiniteAutomaton(StochasticNondeterministicFiniteAutomaton),
EventLog(EventLog),
EventLogCsv(EventLogCsv),
EventLogPython(EventLogPython),
EventLogTraceAttributes(EventLogTraceAttributes),
EventLogXes(EventLogXes),
FiniteLanguage(FiniteLanguage),
DirectlyFollowsModel(DirectlyFollowsModel),
StochasticDirectlyFollowsModel(StochasticDirectlyFollowsModel),
LanguageOfAlignments(LanguageOfAlignments),
StochasticLanguageOfAlignments(StochasticLanguageOfAlignments),
DeterministicFiniteAutomaton(DeterministicFiniteAutomaton),
ProcessTree(ProcessTree),
StochasticProcessTree(StochasticProcessTree),
Executions(Executions),
DirectlyFollowsGraph(DirectlyFollowsGraph),
ScalableVectorGraphics(ScalableVectorGraphics),
PortableNetworkGraphics(PortableNetworkGraphics),
PortableDocumentFormat(PortableDocumentFormat),
}Variants§
LabelledPetriNet(LabelledPetriNet)
StochasticLabelledPetriNet(StochasticLabelledPetriNet)
FiniteStochasticLanguage(FiniteStochasticLanguage)
StochasticDeterministicFiniteAutomaton(StochasticDeterministicFiniteAutomaton)
StochasticNondeterministicFiniteAutomaton(StochasticNondeterministicFiniteAutomaton)
EventLog(EventLog)
EventLogCsv(EventLogCsv)
EventLogPython(EventLogPython)
EventLogTraceAttributes(EventLogTraceAttributes)
EventLogXes(EventLogXes)
FiniteLanguage(FiniteLanguage)
DirectlyFollowsModel(DirectlyFollowsModel)
StochasticDirectlyFollowsModel(StochasticDirectlyFollowsModel)
LanguageOfAlignments(LanguageOfAlignments)
StochasticLanguageOfAlignments(StochasticLanguageOfAlignments)
DeterministicFiniteAutomaton(DeterministicFiniteAutomaton)
ProcessTree(ProcessTree)
StochasticProcessTree(StochasticProcessTree)
Executions(Executions)
DirectlyFollowsGraph(DirectlyFollowsGraph)
ScalableVectorGraphics(ScalableVectorGraphics)
PortableNetworkGraphics(PortableNetworkGraphics)
PortableDocumentFormat(PortableDocumentFormat)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EbiObject
impl RefUnwindSafe for EbiObject
impl Send for EbiObject
impl Sync for EbiObject
impl Unpin for EbiObject
impl UnwindSafe for EbiObject
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T, U> OverflowingInto<U> for Twhere
U: OverflowingFrom<T>,
impl<T, U> OverflowingInto<U> for Twhere
U: OverflowingFrom<T>,
fn overflowing_into(self) -> (U, bool)
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T, U> RoundingInto<U> for Twhere
U: RoundingFrom<T>,
impl<T, U> RoundingInto<U> for Twhere
U: RoundingFrom<T>,
fn rounding_into(self, rm: RoundingMode) -> (U, Ordering)
Source§impl<T, U> SaturatingInto<U> for Twhere
U: SaturatingFrom<T>,
impl<T, U> SaturatingInto<U> for Twhere
U: SaturatingFrom<T>,
fn saturating_into(self) -> U
Source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
Source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T, using the provided data to resolve any offsets.