Skip to main content

Module entity_view

Module entity_view 

Source
Expand description

Entity-view kernel: entity id, observer status, rights filter, attribution, packages (shared by whole desktop; not “mindware-only”). Multi-observer entity-view kernel: entity ids, observer social schema, rights filter, fragment attribution, bifurcated packages, projection layout.

No I/O. Host crates compose storage + session. Product language: whole Qualia/Webizen is mindware (prosthetic extension of self); this module is only the multi-observer projection kernel - not “the mindware product.”

Re-exports§

pub use attribution::edges_for_subject;
pub use attribution::AttributionEdge;
pub use attribution::AttributionRel;
pub use capability_report::entity_view_capability_report;
pub use circumstance::Circumstance;
pub use circumstance::EnvironmentKind;
pub use circumstance::EvaluatoryFocus;
pub use entity_id::EntityId;
pub use entity_id::EntityKind;
pub use observer::AffordanceBits;
pub use observer::EntityViewMeta;
pub use observer::ObserverStatus;
pub use observer::RepresentationWing;
pub use observer::SensitivityClass;
pub use package::BifurcatedPackage;
pub use package::PackageWing;
pub use projection::layout_scene_nodes;
pub use projection::FlatCard;
pub use projection::LayoutInput;
pub use projection::PresentationLevel;
pub use projection::ProjectionResult;
pub use projection::SceneNodeProj;
pub use rights_filter::decide_view;
pub use rights_filter::filter_visible;
pub use rights_filter::ViewDecision;

Modules§

attribution
Fragment-level category attribution edges (not whole-corpus genre flags).
capability_report
Machine-readable capability report for design process (not marketing).
circumstance
Circumstance tuple (role, audience, quorum, environment, evaluatory).
entity_id
Entity-centric identity for mindware HID projections.
observer
Status of the observer - socio-informatics operational form of frame-relative view.
package
Bifurcated socio-cognitive package wings (layout + digests).
projection
Flat + scene projection IR for mindware HID (cold-path friendly serde types).
rights_filter
Pure fail-closed visibility: entity - observer - wing + affordances.