Class AbstractGraph
java.lang.Object
org.geneontology.obographs.core.model.AbstractGraph
- Direct Known Subclasses:
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

*
- Author:
- cjm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<DomainRangeAxiom>getEdges()abstract List<EquivalentNodesSet>getId()getLbl()abstract List<LogicalDefinitionAxiom>abstract MetagetMeta()getNodes()abstract List<PropertyChainAxiom>
-
Constructor Details
-
AbstractGraph
public AbstractGraph()
-
-
Method Details
-
getId
- Returns:
- the id
-
getLbl
- Returns:
- the lbl
-
getMeta
- Returns:
- the meta
-
getNodes
- Returns:
- the nodes
-
getEdges
- Returns:
- the edges
-
getEquivalentNodesSets
- Returns:
- the equivalentNodesSet
-
getLogicalDefinitionAxioms
- Returns:
- the logicalDefinitionAxioms
-
getDomainRangeAxioms
- Returns:
- the domainRangeAxioms
-
getPropertyChainAxioms
- Returns:
- the propertyChainAxioms
-