pub enum HypergraphLayer {
GovernanceControls,
ProcessEvents,
AccountingNetwork,
}Expand description
Which layer of the hypergraph a node or hyperedge belongs to.
Variants§
GovernanceControls
Layer 1: Governance & Controls (COSO components, internal controls, SOX, organizational).
ProcessEvents
Layer 2: Process Events (P2P/O2C document flows, OCPM process events).
AccountingNetwork
Layer 3: Accounting Network (GL accounts, journal entries as hyperedges).
Implementations§
Trait Implementations§
Source§impl Clone for HypergraphLayer
impl Clone for HypergraphLayer
Source§fn clone(&self) -> HypergraphLayer
fn clone(&self) -> HypergraphLayer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HypergraphLayer
impl Debug for HypergraphLayer
Source§impl<'de> Deserialize<'de> for HypergraphLayer
impl<'de> Deserialize<'de> for HypergraphLayer
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for HypergraphLayer
impl Hash for HypergraphLayer
Source§impl PartialEq for HypergraphLayer
impl PartialEq for HypergraphLayer
Source§impl Serialize for HypergraphLayer
impl Serialize for HypergraphLayer
impl Copy for HypergraphLayer
impl Eq for HypergraphLayer
impl StructuralPartialEq for HypergraphLayer
Auto Trait Implementations§
impl Freeze for HypergraphLayer
impl RefUnwindSafe for HypergraphLayer
impl Send for HypergraphLayer
impl Sync for HypergraphLayer
impl Unpin for HypergraphLayer
impl UnwindSafe for HypergraphLayer
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.