Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 597 Bytes

networkQuery Build Status

utility for querying against a network

Methods

query(network, query)

Query a network, and return a boolean depending on whether the query matches.

A query can be comprised of multiple rules, joined by an operator.

filter(network, query)

Filter a network by one or more queries, returning a network. Queries are joined by an operator which determines if the network is filtered cumulatively (AND) or if any query can match each entity (OR).