Class | Description |
---|---|
OWLShuntEdge |
An edge reduced to nothing; for use with OWLShuntGraph.
|
OWLShuntGraph |
A simple (and easily serializable through GSON) graph model to move data from the
OWL model out to more standard graph resources.
|
OWLShuntGraphDFIterator |
Iterate over an OWLShuntGraph.
|
OWLShuntNode |
A node reduced to nothing; for use with OWLShuntGraph.
|
This package contains a simple (local, non-reasoned) graph model OWLShuntGraph
for disassembling an OWL (or any other kind of) graph
into a simplified form for dumping out into a JSON graph structure for consumption by BBOP-JS on the client. It includes a simple depth-first iterator and
simple ancestor and descendant (including closure) functions.
See owltools.graph.shunt.OWLShuntTest
and owltools.graph.shunt.OWLShuntDFIteratorTest
classes.
Copyright © 2010–2016. All rights reserved.