Uses of Package
org.geneontology.obographs.core.model
-
Packages that use org.geneontology.obographs.core.model Package Description org.geneontology.obographs.core.io org.geneontology.obographs.core.model ## Basic Obo Graph Model Corresponds to the subset of OWL consisting of SubClassOf axioms between named classes and either named classes or simple existential restrictions.org.geneontology.obographs.core.model.axiom Advanced Obo Graph model Represents OWL axioms that do not fit into the Basic Obo Graph modelorg.geneontology.obographs.core.model.meta Objects that can be associated with aMetaholder -
Classes in org.geneontology.obographs.core.model used by org.geneontology.obographs.core.io Class Description GraphDocument Holds a collection of graphs, plus document-level metadata ## Model  -
Classes in org.geneontology.obographs.core.model used by org.geneontology.obographs.core.model Class Description AbstractEdge An edge connects two nodes via a predicateAbstractGraph A graph object holds a collection of nodes and edges Corresponds to a Named Graph in RDF, and an Ontology in OWL Note: there is no assumption that either nodes or edges are unique to a graph ## Basic OBO Graphs  *AbstractGraphDocument Holds a collection of graphs, plus document-level metadata ## Model AbstractMeta A holder for metadata The information in a Meta object consists sets ofPropertyValueobjects, which associate the Meta object holder with some value via some property.AbstractNode A graph node corresponds to a class, individual or property AbstractNode.RDFTYPES Edge An edge connects two nodes via a predicateEdge.Builder Builds instances of typeEdge.Graph A graph object holds a collection of nodes and edges Corresponds to a Named Graph in RDF, and an Ontology in OWL Note: there is no assumption that either nodes or edges are unique to a graph ## Basic OBO Graphs  *Graph.Builder Builds instances of typeGraph.GraphDocument Holds a collection of graphs, plus document-level metadata ## Model GraphDocument.Builder Builds instances of typeGraphDocument.Meta A holder for metadata The information in a Meta object consists sets ofPropertyValueobjects, which associate the Meta object holder with some value via some property.Meta.Builder Builds instances of typeMeta.Node A graph node corresponds to a class, individual or property Node.Builder Builds instances of typeNode.NodeOrEdge -
Classes in org.geneontology.obographs.core.model used by org.geneontology.obographs.core.model.axiom Class Description Edge An edge connects two nodes via a predicateMeta A holder for metadata The information in a Meta object consists sets ofPropertyValueobjects, which associate the Meta object holder with some value via some property. -
Classes in org.geneontology.obographs.core.model used by org.geneontology.obographs.core.model.meta Class Description Meta A holder for metadata The information in a Meta object consists sets ofPropertyValueobjects, which associate the Meta object holder with some value via some property.