Skip to main content

Crate higher_graphen_core

Crate higher_graphen_core 

Source
Expand description

Shared primitive types and contracts for HigherGraphen.

Modules§

typed_provenance
Typestate review provenance for opt-in candidate-to-accepted promotion.

Structs§

BoundaryPattern
Shared boundary pattern.
Capability
Actor-specific ability to operate on a target in a context.
CausalPattern
Causal pattern shared across participants.
Confidence
Validated confidence score for extracted or inferred structure.
ContextRestriction
Context restriction shared by participants.
CorrespondenceCell
Higher-order cell describing a correspondence between structures.
CorrespondenceParticipant
A role-labeled participant entry in a correspondence cell.
CorrespondenceValidationFinding
One validation finding for a correspondence cell.
CorrespondenceValidationReport
Multi-finding validation report for correspondence cells.
CriterionValue
Value attached to a valuation criterion.
Derivation
Structured inference from premises to a conclusion.
Description
Free-text structural note retained in machine-readable objects.
DifferenceWitness
Reviewable evidence for what differs inside a correspondence.
EquivalenceClaim
Reviewable claim that several structures may be treated as equivalent.
EquivalenceCriterion
Criterion used to judge an equivalence claim.
EquivalenceScope
Scope in which an equivalence claim may be considered.
Feature
Named feature used by overlap extraction.
GluingAttempt
Full gluing attempt record.
Id
Opaque, stable identifier for HigherGraphen structures.
InferenceRule
Inference rule applied by a derivation.
InvariantCheckResult
Result of checking an invariant during gluing.
NormalizedClaim
Normalized claim fields used to make semantic overlap reviewable.
ObjectRef
Reference to a HigherGraphen object encoded by its stable identifier.
OverlapWitness
Reviewable evidence for what is shared inside a correspondence.
ParticipantMapping
Mapping from a participant into a witness path.
PayloadRef
Payload backing a witness.
Policy
System-wide or context-bound rule.
PolicyApplicability
Targets and operations a policy applies to.
PolicyRule
Policy rule payload.
Predicate
Predicate triple or relation fragment used by overlap extraction.
PreservationReport
Report of structures preserved by gluing or projection.
ProjectionLoss
Declared projection loss for correspondence views.
ProjectionTrace
Trace from projected view back to source structures.
Provenance
Source, extraction, confidence, and review metadata for a structure.
QuotientEffect
Preview of the structural effect of accepting an equivalence claim.
Reachability
Reachability path from a base space.
RequiredReview
Review required by a capability.
ReviewRequirement
Explicit review requirement for a promotion or operation.
ReviewStatusCollapse
Explicit record that a projection collapsed one review status into another.
Scenario
Reviewable hypothetical, reachable, or counterfactual world.
ScenarioChanges
Structures changed by a scenario.
SchemaMapping
Single mapping inside a schema morphism.
SchemaMorphism
Morphism describing schema, ontology, or interpretation package evolution.
SchemaVerification
Verification references for a schema morphism.
Scope
Scope in which a witness is valid.
SourceRef
Portable reference to source material.
SubcomplexPattern
Minimal subcomplex pattern for exact structural overlap.
SubgraphPattern
Minimal subgraph pattern for exact structural overlap.
Tradeoff
Trade-off recorded by a valuation.
ValidityInterval
Validity interval for a capability.
Valuation
Value judgment under an explicit evaluation context.
ValuationCriterion
Criterion used in a valuation.
Verifier
Verifier used by a derivation.
Witness
Observable support or counterexample for a structural judgment.

Enums§

CapabilityOperation
Operation governed by a capability.
CapabilityStatus
Capability status.
CoreError
Structured, machine-readable errors for core primitive boundaries.
CorrespondenceKind
Category of relationship represented by a correspondence cell.
CorrespondencePolarity
Directional or truth-status polarity of a correspondence.
CorrespondenceValidationCode
Stable validation finding code for correspondence invariants.
CriterionDirection
Direction for a valuation criterion.
DerivationFailureMode
Derivation failure mode.
DifferenceKind
Difference category inside a correspondence.
DifferenceSeverity
Severity of a difference witness.
DifferingStructure
Structure that differs across participants.
EquivalenceKind
Kind of equivalence asserted by an EquivalenceClaim.
GluingResult
Result of trying to glue participants over overlap witnesses.
LifecycleStatus
Candidate lifecycle shared by reviewable core extension objects.
OrderType
Valuation ordering mode.
OverlapWitnessKind
Kind of overlap witness.
ParticipantRef
Reference to a structure that participates in a correspondence.
PolicyKind
Policy kind.
PolicyStatus
Policy status.
ReviewStatus
Human or workflow review state for observed or inferred structure.
ScenarioKind
Scenario kind.
ScenarioStatus
Scenario-specific status.
SchemaCompatibility
Compatibility result for a schema morphism.
SchemaMappingKind
Schema mapping kind.
Severity
Impact classification used by downstream model and engine crates.
SharedStructure
Shared structure carried by an overlap witness.
SourceKind
Category of source material behind an observation or inference.
ValuationValue
Primitive valuation value.
VerificationStatus
Status of derivation verification.
VerifierKind
Inference verifier category for a derivation.
WitnessStatus
Review status for a witness.
WitnessType
Witness payload category.

Type Aliases§

Result
Core-owned result type for fallible primitive APIs.