pub fn match_observed_data(
pattern: &Pattern,
observed: &[ObservedData],
store: &ObjectStore,
) -> Result<MatchResult, MatchError>Expand description
The high-level matching entry points.
Match a pattern against observed-data SDOs, resolving their object_refs
through store (MITRE-compatible entry point).