We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently these diagrams show | RegExp for some of the arguments which is from an older version.
| RegExp
The text was updated successfully, but these errors were encountered:
We could use Mermaid: Class Diagram to have easily editable source
classDiagram class EventEmitter class Stream { +read() Quad } EventEmitter <|-- Stream : Extends class Source { +match(subject: Term, predicate: Term, object: Term, graph: Term) Stream } class Sink { +import(stream: Stream) EventEmitter } class Store { +remove(stream: Stream) EventEmitter +removeMatches(subject: Term, predicate: Term, object: Term, graph: Term) EventEmitter +deleteGraph(graph: Term) EventEmitter } Source <|-- Store: Extends Sink <|-- Store : Extends
Preview above in live editor
In another repo I have setup to auto render image using github action.
Sorry, something went wrong.
bergos
No branches or pull requests
Currently these diagrams show
| RegExp
for some of the arguments which is from an older version.The text was updated successfully, but these errors were encountered: