A B C D E F G H I L M N O P R S T V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractBasicPropertyValue - Class in org.geneontology.obographs.core.model.meta
-
A generic
PropertyValuethat is not explicitly modeled - AbstractBasicPropertyValue() - Constructor for class org.geneontology.obographs.core.model.meta.AbstractBasicPropertyValue
- AbstractDefinitionPropertyValue - Class in org.geneontology.obographs.core.model.meta
-
A
PropertyValuethat represents a textual definition of an ontology class or property - AbstractDefinitionPropertyValue() - Constructor for class org.geneontology.obographs.core.model.meta.AbstractDefinitionPropertyValue
- AbstractDomainRangeAxiom - Class in org.geneontology.obographs.core.model.axiom
-
This combined ObjectPropertyDomain, ObjectPropertyRange, and some AllValuesFrom expressions into a single convenience structure
- AbstractDomainRangeAxiom() - Constructor for class org.geneontology.obographs.core.model.axiom.AbstractDomainRangeAxiom
- AbstractEdge - Class in org.geneontology.obographs.core.model
-
An edge connects two nodes via a predicate
- AbstractEdge() - Constructor for class org.geneontology.obographs.core.model.AbstractEdge
- AbstractEquivalentNodesSet - Class in org.geneontology.obographs.core.model.axiom
-
A set of nodes that all stand in a mutual equivalence or identity relationship to one another Corresponds to Node in the OWLAPI
- AbstractEquivalentNodesSet() - Constructor for class org.geneontology.obographs.core.model.axiom.AbstractEquivalentNodesSet
- AbstractExistentialRestrictionExpression - Class in org.geneontology.obographs.core.model.axiom
-
Corresponds to an axiom of the form C = X1 and ...
- AbstractExistentialRestrictionExpression() - Constructor for class org.geneontology.obographs.core.model.axiom.AbstractExistentialRestrictionExpression
- AbstractGraph - Class in org.geneontology.obographs.core.model
-
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  *
- AbstractGraph() - Constructor for class org.geneontology.obographs.core.model.AbstractGraph
- AbstractGraphDocument - Class in org.geneontology.obographs.core.model
-
Holds a collection of graphs, plus document-level metadata ## Model 
- AbstractGraphDocument() - Constructor for class org.geneontology.obographs.core.model.AbstractGraphDocument
- AbstractLogicalDefinitionAxiom - Class in org.geneontology.obographs.core.model.axiom
-
Corresponds to an axiom of the form C = X1 and ...
- AbstractLogicalDefinitionAxiom() - Constructor for class org.geneontology.obographs.core.model.axiom.AbstractLogicalDefinitionAxiom
- AbstractMeta - Class in org.geneontology.obographs.core.model
-
A holder for metadata The information in a Meta object consists sets of
PropertyValueobjects, which associate the Meta object holder with some value via some property. - AbstractMeta() - Constructor for class org.geneontology.obographs.core.model.AbstractMeta
- AbstractNode - Class in org.geneontology.obographs.core.model
-
A graph node corresponds to a class, individual or property 
- AbstractNode() - Constructor for class org.geneontology.obographs.core.model.AbstractNode
- AbstractNode.RDFTYPES - Enum in org.geneontology.obographs.core.model
- AbstractPropertyChainAxiom - Class in org.geneontology.obographs.core.model.axiom
-
P <- P1 ...
- AbstractPropertyChainAxiom() - Constructor for class org.geneontology.obographs.core.model.axiom.AbstractPropertyChainAxiom
- AbstractSynonymPropertyValue - Class in org.geneontology.obographs.core.model.meta
-
A
PropertyValuethat represents a an alternative term for a node - AbstractSynonymPropertyValue() - Constructor for class org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue
- AbstractSynonymPropertyValue.SCOPES - Enum in org.geneontology.obographs.core.model.meta
-
OBO-style synonym scopes
- AbstractXrefPropertyValue - Class in org.geneontology.obographs.core.model.meta
- AbstractXrefPropertyValue() - Constructor for class org.geneontology.obographs.core.model.meta.AbstractXrefPropertyValue
- addAllAllValuesFromEdges(Iterable<? extends Edge>) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Adds elements to
allValuesFromEdgesset. - addAllBasicPropertyValues(Iterable<? extends BasicPropertyValue>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
basicPropertyValueslist. - addAllChainPredicateIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom.Builder
-
Adds elements to
chainPredicateIdslist. - addAllComments(Iterable<String>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
commentslist. - addAllDomainClassIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Adds elements to
domainClassIdsset. - addAllDomainRangeAxioms(Iterable<? extends DomainRangeAxiom>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
domainRangeAxiomslist. - addAllEdges(Iterable<? extends Edge>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
edgeslist. - addAllEquivalentNodesSets(Iterable<? extends EquivalentNodesSet>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
equivalentNodesSetslist. - addAllGenusIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Adds elements to
genusIdslist. - addAllGraphs(Iterable<? extends Graph>) - Method in class org.geneontology.obographs.core.model.GraphDocument.Builder
-
Adds elements to
graphslist. - addAllLogicalDefinitionAxioms(Iterable<? extends LogicalDefinitionAxiom>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
logicalDefinitionAxiomslist. - addAllNodeIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet.Builder
-
Adds elements to
nodeIdsset. - addAllNodes(Iterable<? extends Node>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
nodeslist. - addAllPropertyChainAxioms(Iterable<? extends PropertyChainAxiom>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
propertyChainAxiomslist. - addAllRangeClassIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Adds elements to
rangeClassIdsset. - addAllRestrictions(Iterable<? extends ExistentialRestrictionExpression>) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Adds elements to
restrictionslist. - addAllSubsets(Iterable<String>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
subsetslist. - addAllSynonyms(Iterable<? extends SynonymPropertyValue>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
synonymslist. - addAllValuesFromEdge(Edge) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Adds one element to
allValuesFromEdgesset. - addAllValuesFromEdges(Edge...) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Adds elements to
allValuesFromEdgesset. - addAllXrefs(Iterable<? extends XrefPropertyValue>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
xrefslist. - addAllXrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue.Builder
-
Adds elements to
xrefslist. - addAllXrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue.Builder
-
Adds elements to
xrefslist. - addAllXrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Adds elements to
xrefslist. - addAllXrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Adds elements to
xrefslist. - addAllXrefsValues(Iterable<String>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
xrefsValueslist. - addBasicPropertyValue(BasicPropertyValue) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds one element to
basicPropertyValueslist. - addBasicPropertyValues(BasicPropertyValue...) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
basicPropertyValueslist. - addChainPredicateId(String) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom.Builder
-
Adds one element to
chainPredicateIdslist. - addChainPredicateIds(String...) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom.Builder
-
Adds elements to
chainPredicateIdslist. - addComment(String) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds one element to
commentslist. - addComments(String...) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
commentslist. - addDomainClassId(String) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Adds one element to
domainClassIdsset. - addDomainClassIds(String...) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Adds elements to
domainClassIdsset. - addDomainRangeAxiom(DomainRangeAxiom) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds one element to
domainRangeAxiomslist. - addDomainRangeAxioms(DomainRangeAxiom...) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
domainRangeAxiomslist. - addEdge(Edge) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds one element to
edgeslist. - addEdges(Edge...) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
edgeslist. - addEquivalentNodesSet(EquivalentNodesSet) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds one element to
equivalentNodesSetslist. - addEquivalentNodesSets(EquivalentNodesSet...) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
equivalentNodesSetslist. - addGenusId(String) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Adds one element to
genusIdslist. - addGenusIds(String...) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Adds elements to
genusIdslist. - addGraph(Graph) - Method in class org.geneontology.obographs.core.model.GraphDocument.Builder
-
Adds one element to
graphslist. - addGraphs(Graph...) - Method in class org.geneontology.obographs.core.model.GraphDocument.Builder
-
Adds elements to
graphslist. - addLogicalDefinitionAxiom(LogicalDefinitionAxiom) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds one element to
logicalDefinitionAxiomslist. - addLogicalDefinitionAxioms(LogicalDefinitionAxiom...) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
logicalDefinitionAxiomslist. - addNode(Node) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds one element to
nodeslist. - addNodeId(String) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet.Builder
-
Adds one element to
nodeIdsset. - addNodeIds(String...) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet.Builder
-
Adds elements to
nodeIdsset. - addNodes(Node...) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
nodeslist. - addPropertyChainAxiom(PropertyChainAxiom) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds one element to
propertyChainAxiomslist. - addPropertyChainAxioms(PropertyChainAxiom...) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Adds elements to
propertyChainAxiomslist. - addRangeClassId(String) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Adds one element to
rangeClassIdsset. - addRangeClassIds(String...) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Adds elements to
rangeClassIdsset. - addRestriction(ExistentialRestrictionExpression) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Adds one element to
restrictionslist. - addRestrictions(ExistentialRestrictionExpression...) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Adds elements to
restrictionslist. - addSubset(String) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds one element to
subsetslist. - addSubsets(String...) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
subsetslist. - addSynonym(SynonymPropertyValue) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds one element to
synonymslist. - addSynonyms(SynonymPropertyValue...) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
synonymslist. - addXref(String) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue.Builder
-
Adds one element to
xrefslist. - addXref(String) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue.Builder
-
Adds one element to
xrefslist. - addXref(String) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Adds one element to
xrefslist. - addXref(String) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Adds one element to
xrefslist. - addXref(XrefPropertyValue) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds one element to
xrefslist. - addXrefs(String...) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue.Builder
-
Adds elements to
xrefslist. - addXrefs(String...) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue.Builder
-
Adds elements to
xrefslist. - addXrefs(String...) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Adds elements to
xrefslist. - addXrefs(String...) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Adds elements to
xrefslist. - addXrefs(XrefPropertyValue...) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
xrefslist. - addXrefsValue(String) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds one element to
xrefsValueslist. - addXrefsValues(String...) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Adds elements to
xrefsValueslist. - allValuesFromEdges(Iterable<? extends Edge>) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Sets or replaces all elements for
allValuesFromEdgesset. - Axiom - Interface in org.geneontology.obographs.core.model.axiom
B
- BasicPropertyValue - Class in org.geneontology.obographs.core.model.meta
-
A generic
PropertyValuethat is not explicitly modeled - BasicPropertyValue.Builder - Class in org.geneontology.obographs.core.model.meta
-
Builds instances of type
BasicPropertyValue. - basicPropertyValues(Iterable<? extends BasicPropertyValue>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Sets or replaces all elements for
basicPropertyValueslist. - BROAD - org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue.SCOPES
- build() - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Builds a new
DomainRangeAxiom. - build() - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet.Builder
-
Builds a new
EquivalentNodesSet. - build() - Method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression.Builder
-
Builds a new
ExistentialRestrictionExpression. - build() - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Builds a new
LogicalDefinitionAxiom. - build() - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom.Builder
-
Builds a new
PropertyChainAxiom. - build() - Method in class org.geneontology.obographs.core.model.Edge.Builder
-
Builds a new
Edge. - build() - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Builds a new
Graph. - build() - Method in class org.geneontology.obographs.core.model.GraphDocument.Builder
-
Builds a new
GraphDocument. - build() - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue.Builder
-
Builds a new
BasicPropertyValue. - build() - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Builds a new
Meta. - build() - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue.Builder
-
Builds a new
DefinitionPropertyValue. - build() - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Builds a new
SynonymPropertyValue. - build() - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Builds a new
XrefPropertyValue. - build() - Method in class org.geneontology.obographs.core.model.Node.Builder
-
Builds a new
Node. - Builder() - Constructor for class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Creates a builder for
DomainRangeAxiominstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet.Builder
-
Creates a builder for
EquivalentNodesSetinstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression.Builder
-
Creates a builder for
ExistentialRestrictionExpressioninstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Creates a builder for
LogicalDefinitionAxiominstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom.Builder
-
Creates a builder for
PropertyChainAxiominstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.Edge.Builder
-
Creates a builder for
Edgeinstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.Graph.Builder
-
Creates a builder for
Graphinstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.GraphDocument.Builder
-
Creates a builder for
GraphDocumentinstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.meta.BasicPropertyValue.Builder
-
Creates a builder for
BasicPropertyValueinstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.Meta.Builder
-
Creates a builder for
Metainstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue.Builder
-
Creates a builder for
DefinitionPropertyValueinstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Creates a builder for
SynonymPropertyValueinstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Creates a builder for
XrefPropertyValueinstances. - Builder() - Constructor for class org.geneontology.obographs.core.model.Node.Builder
-
Creates a builder for
Nodeinstances.
C
- chainPredicateIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom.Builder
-
Sets or replaces all elements for
chainPredicateIdslist. - CLASS - org.geneontology.obographs.core.model.AbstractNode.RDFTYPES
- comments(Iterable<String>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Sets or replaces all elements for
commentslist. - compareTo(AbstractEdge) - Method in class org.geneontology.obographs.core.model.AbstractEdge
- compareTo(AbstractNode) - Method in class org.geneontology.obographs.core.model.AbstractNode
- compareTo(AbstractDomainRangeAxiom) - Method in class org.geneontology.obographs.core.model.axiom.AbstractDomainRangeAxiom
- compareTo(AbstractEquivalentNodesSet) - Method in class org.geneontology.obographs.core.model.axiom.AbstractEquivalentNodesSet
- compareTo(AbstractExistentialRestrictionExpression) - Method in class org.geneontology.obographs.core.model.axiom.AbstractExistentialRestrictionExpression
- compareTo(AbstractLogicalDefinitionAxiom) - Method in class org.geneontology.obographs.core.model.axiom.AbstractLogicalDefinitionAxiom
- compareTo(AbstractPropertyChainAxiom) - Method in class org.geneontology.obographs.core.model.axiom.AbstractPropertyChainAxiom
- compareTo(PropertyValue) - Method in interface org.geneontology.obographs.core.model.meta.PropertyValue
- context(Object) - Method in class org.geneontology.obographs.core.model.GraphDocument.Builder
-
Initializes the value for the
contextattribute. - copyOf(AbstractEdge) - Static method in class org.geneontology.obographs.core.model.Edge
-
Creates an immutable copy of a
AbstractEdgevalue. - copyOf(AbstractGraph) - Static method in class org.geneontology.obographs.core.model.Graph
-
Creates an immutable copy of a
AbstractGraphvalue. - copyOf(AbstractGraphDocument) - Static method in class org.geneontology.obographs.core.model.GraphDocument
-
Creates an immutable copy of a
AbstractGraphDocumentvalue. - copyOf(AbstractMeta) - Static method in class org.geneontology.obographs.core.model.Meta
-
Creates an immutable copy of a
AbstractMetavalue. - copyOf(AbstractNode) - Static method in class org.geneontology.obographs.core.model.Node
-
Creates an immutable copy of a
AbstractNodevalue. - copyOf(AbstractDomainRangeAxiom) - Static method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Creates an immutable copy of a
AbstractDomainRangeAxiomvalue. - copyOf(AbstractEquivalentNodesSet) - Static method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
-
Creates an immutable copy of a
AbstractEquivalentNodesSetvalue. - copyOf(AbstractExistentialRestrictionExpression) - Static method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression
-
Creates an immutable copy of a
AbstractExistentialRestrictionExpressionvalue. - copyOf(AbstractLogicalDefinitionAxiom) - Static method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
-
Creates an immutable copy of a
AbstractLogicalDefinitionAxiomvalue. - copyOf(AbstractPropertyChainAxiom) - Static method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
-
Creates an immutable copy of a
AbstractPropertyChainAxiomvalue. - copyOf(AbstractBasicPropertyValue) - Static method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
Creates an immutable copy of a
AbstractBasicPropertyValuevalue. - copyOf(AbstractDefinitionPropertyValue) - Static method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
Creates an immutable copy of a
AbstractDefinitionPropertyValuevalue. - copyOf(AbstractSynonymPropertyValue) - Static method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
Creates an immutable copy of a
AbstractSynonymPropertyValuevalue. - copyOf(AbstractXrefPropertyValue) - Static method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
Creates an immutable copy of a
AbstractXrefPropertyValuevalue.
D
- definedClassId(String) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Initializes the value for the
definedClassIdattribute. - definition(DefinitionPropertyValue) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Initializes the value for the
definitionattribute. - DefinitionPropertyValue - Class in org.geneontology.obographs.core.model.meta
-
A
PropertyValuethat represents a textual definition of an ontology class or property - DefinitionPropertyValue.Builder - Class in org.geneontology.obographs.core.model.meta
-
Builds instances of type
DefinitionPropertyValue. - deprecated(boolean) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Initializes the value for the
deprecatedattribute. - domainClassIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Sets or replaces all elements for
domainClassIdsset. - DomainRangeAxiom - Class in org.geneontology.obographs.core.model.axiom
-
This combined ObjectPropertyDomain, ObjectPropertyRange, and some AllValuesFrom expressions into a single convenience structure
- DomainRangeAxiom.Builder - Class in org.geneontology.obographs.core.model.axiom
-
Builds instances of type
DomainRangeAxiom. - domainRangeAxioms(Iterable<? extends DomainRangeAxiom>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Sets or replaces all elements for
domainRangeAxiomslist.
E
- Edge - Class in org.geneontology.obographs.core.model
-
An edge connects two nodes via a predicate
- Edge.Builder - Class in org.geneontology.obographs.core.model
-
Builds instances of type
Edge. - edges(Iterable<? extends Edge>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Sets or replaces all elements for
edgeslist. - EMPTY_META - Static variable in interface org.geneontology.obographs.core.model.NodeOrEdge
- equals(Object) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
This instance is equal to all instances of
DomainRangeAxiomthat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
-
This instance is equal to all instances of
EquivalentNodesSetthat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression
-
This instance is equal to all instances of
ExistentialRestrictionExpressionthat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
-
This instance is equal to all instances of
LogicalDefinitionAxiomthat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
-
This instance is equal to all instances of
PropertyChainAxiomthat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.Edge
-
This instance is equal to all instances of
Edgethat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.Graph
-
This instance is equal to all instances of
Graphthat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.GraphDocument
-
This instance is equal to all instances of
GraphDocumentthat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
This instance is equal to all instances of
BasicPropertyValuethat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
This instance is equal to all instances of
DefinitionPropertyValuethat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.Meta
-
This instance is equal to all instances of
Metathat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
This instance is equal to all instances of
SynonymPropertyValuethat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
This instance is equal to all instances of
XrefPropertyValuethat have equal attribute values. - equals(Object) - Method in class org.geneontology.obographs.core.model.Node
-
This instance is equal to all instances of
Nodethat have equal attribute values. - EquivalentNodesSet - Class in org.geneontology.obographs.core.model.axiom
-
A set of nodes that all stand in a mutual equivalence or identity relationship to one another Corresponds to Node in the OWLAPI
- EquivalentNodesSet.Builder - Class in org.geneontology.obographs.core.model.axiom
-
Builds instances of type
EquivalentNodesSet. - equivalentNodesSets(Iterable<? extends EquivalentNodesSet>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Sets or replaces all elements for
equivalentNodesSetslist. - EXACT - org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue.SCOPES
- ExistentialRestrictionExpression - Class in org.geneontology.obographs.core.model.axiom
-
Corresponds to an axiom of the form C = X1 and ...
- ExistentialRestrictionExpression.Builder - Class in org.geneontology.obographs.core.model.axiom
-
Builds instances of type
ExistentialRestrictionExpression. - Expression - Interface in org.geneontology.obographs.core.model.axiom
F
- fillerId(String) - Method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression.Builder
-
Initializes the value for the
fillerIdattribute. - from(AbstractEdge) - Method in class org.geneontology.obographs.core.model.Edge.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.AbstractEdgeinstance. - from(AbstractGraph) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Fill a builder with attribute values from the provided
AbstractGraphinstance. - from(AbstractGraphDocument) - Method in class org.geneontology.obographs.core.model.GraphDocument.Builder
-
Fill a builder with attribute values from the provided
AbstractGraphDocumentinstance. - from(AbstractMeta) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Fill a builder with attribute values from the provided
AbstractMetainstance. - from(AbstractNode) - Method in class org.geneontology.obographs.core.model.Node.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.AbstractNodeinstance. - from(AbstractDomainRangeAxiom) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.axiom.AbstractDomainRangeAxiominstance. - from(AbstractEquivalentNodesSet) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.axiom.AbstractEquivalentNodesSetinstance. - from(AbstractExistentialRestrictionExpression) - Method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression.Builder
-
Fill a builder with attribute values from the provided
AbstractExistentialRestrictionExpressioninstance. - from(AbstractLogicalDefinitionAxiom) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.axiom.AbstractLogicalDefinitionAxiominstance. - from(AbstractPropertyChainAxiom) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.axiom.AbstractPropertyChainAxiominstance. - from(Axiom) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.axiom.Axiominstance. - from(Axiom) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.axiom.Axiominstance. - from(Axiom) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.axiom.Axiominstance. - from(Axiom) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.axiom.Axiominstance. - from(AbstractBasicPropertyValue) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.meta.AbstractBasicPropertyValueinstance. - from(AbstractDefinitionPropertyValue) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.meta.AbstractDefinitionPropertyValueinstance. - from(AbstractSynonymPropertyValue) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValueinstance. - from(AbstractXrefPropertyValue) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.meta.AbstractXrefPropertyValueinstance. - from(PropertyValue) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.meta.PropertyValueinstance. - from(PropertyValue) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.meta.PropertyValueinstance. - from(PropertyValue) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.meta.PropertyValueinstance. - from(PropertyValue) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.meta.PropertyValueinstance. - from(NodeOrEdge) - Method in class org.geneontology.obographs.core.model.Edge.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.NodeOrEdgeinstance. - from(NodeOrEdge) - Method in class org.geneontology.obographs.core.model.Node.Builder
-
Fill a builder with attribute values from the provided
org.geneontology.obographs.core.model.NodeOrEdgeinstance.
G
- genusIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Sets or replaces all elements for
genusIdslist. - getAllValuesFromEdges() - Method in class org.geneontology.obographs.core.model.axiom.AbstractDomainRangeAxiom
-
Set of edges representing `X SubClassOf P only Y` axioms.
- getAllValuesFromEdges() - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Set of edges representing `X SubClassOf P only Y` axioms.
- getBasicPropertyValues() - Method in class org.geneontology.obographs.core.model.AbstractMeta
- getBasicPropertyValues() - Method in class org.geneontology.obographs.core.model.Meta
- getChainPredicateIds() - Method in class org.geneontology.obographs.core.model.axiom.AbstractPropertyChainAxiom
- getChainPredicateIds() - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
- getComments() - Method in class org.geneontology.obographs.core.model.AbstractMeta
- getComments() - Method in class org.geneontology.obographs.core.model.Meta
- getContext() - Method in class org.geneontology.obographs.core.model.AbstractGraphDocument
-
The JSON-LD context for this document.
- getContext() - Method in class org.geneontology.obographs.core.model.GraphDocument
-
The JSON-LD context for this document.
- getDefinedClassId() - Method in class org.geneontology.obographs.core.model.axiom.AbstractLogicalDefinitionAxiom
- getDefinedClassId() - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
- getDefinition() - Method in class org.geneontology.obographs.core.model.AbstractMeta
- getDefinition() - Method in class org.geneontology.obographs.core.model.Meta
- getDeprecated() - Method in class org.geneontology.obographs.core.model.AbstractMeta
- getDeprecated() - Method in class org.geneontology.obographs.core.model.Meta
- getDomainClassIds() - Method in class org.geneontology.obographs.core.model.axiom.AbstractDomainRangeAxiom
-
For multiple domains, this is treated as intersection
- getDomainClassIds() - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
For multiple domains, this is treated as intersection
- getDomainRangeAxioms() - Method in class org.geneontology.obographs.core.model.AbstractGraph
- getDomainRangeAxioms() - Method in class org.geneontology.obographs.core.model.Graph
- getEdges() - Method in class org.geneontology.obographs.core.model.AbstractGraph
- getEdges() - Method in class org.geneontology.obographs.core.model.Graph
- getEquivalentNodesSets() - Method in class org.geneontology.obographs.core.model.AbstractGraph
- getEquivalentNodesSets() - Method in class org.geneontology.obographs.core.model.Graph
- getFillerId() - Method in class org.geneontology.obographs.core.model.axiom.AbstractExistentialRestrictionExpression
- getFillerId() - Method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression
- getGenusIds() - Method in class org.geneontology.obographs.core.model.axiom.AbstractLogicalDefinitionAxiom
- getGenusIds() - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
- getGraphs() - Method in class org.geneontology.obographs.core.model.AbstractGraphDocument
- getGraphs() - Method in class org.geneontology.obographs.core.model.GraphDocument
- getId() - Method in class org.geneontology.obographs.core.model.AbstractGraph
- getId() - Method in class org.geneontology.obographs.core.model.AbstractNode
- getId() - Method in class org.geneontology.obographs.core.model.Graph
- getId() - Method in class org.geneontology.obographs.core.model.Node
- getLabel() - Method in class org.geneontology.obographs.core.model.AbstractNode
- getLabel() - Method in class org.geneontology.obographs.core.model.Node
- getLbl() - Method in class org.geneontology.obographs.core.model.AbstractGraph
- getLbl() - Method in class org.geneontology.obographs.core.model.Graph
- getLbl() - Method in class org.geneontology.obographs.core.model.meta.AbstractXrefPropertyValue
- getLbl() - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
- getLogicalDefinitionAxioms() - Method in class org.geneontology.obographs.core.model.AbstractGraph
- getLogicalDefinitionAxioms() - Method in class org.geneontology.obographs.core.model.Graph
- getMeta() - Method in class org.geneontology.obographs.core.model.AbstractGraph
- getMeta() - Method in class org.geneontology.obographs.core.model.AbstractGraphDocument
- getMeta() - Method in interface org.geneontology.obographs.core.model.axiom.Axiom
- getMeta() - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
- getMeta() - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
- getMeta() - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
- getMeta() - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
- getMeta() - Method in class org.geneontology.obographs.core.model.Edge
- getMeta() - Method in class org.geneontology.obographs.core.model.Graph
- getMeta() - Method in class org.geneontology.obographs.core.model.GraphDocument
- getMeta() - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
- getMeta() - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
- getMeta() - Method in interface org.geneontology.obographs.core.model.meta.PropertyValue
- getMeta() - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
- getMeta() - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
- getMeta() - Method in class org.geneontology.obographs.core.model.Node
- getMeta() - Method in interface org.geneontology.obographs.core.model.NodeOrEdge
- getNodeIds() - Method in class org.geneontology.obographs.core.model.axiom.AbstractEquivalentNodesSet
- getNodeIds() - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
- getNodes() - Method in class org.geneontology.obographs.core.model.AbstractGraph
- getNodes() - Method in class org.geneontology.obographs.core.model.Graph
- getObj() - Method in class org.geneontology.obographs.core.model.AbstractEdge
- getObj() - Method in class org.geneontology.obographs.core.model.Edge
- getPred() - Method in class org.geneontology.obographs.core.model.AbstractEdge
- getPred() - Method in class org.geneontology.obographs.core.model.Edge
- getPred() - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
Predicates correspond to OWL properties.
- getPred() - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
Predicates correspond to OWL properties.
- getPred() - Method in interface org.geneontology.obographs.core.model.meta.PropertyValue
-
Predicates correspond to OWL properties.
- getPred() - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
Predicates correspond to OWL properties.
- getPred() - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
Predicates correspond to OWL properties.
- getPredicateId() - Method in class org.geneontology.obographs.core.model.axiom.AbstractDomainRangeAxiom
- getPredicateId() - Method in class org.geneontology.obographs.core.model.axiom.AbstractPropertyChainAxiom
- getPredicateId() - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
- getPredicateId() - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
- getPropertyChainAxioms() - Method in class org.geneontology.obographs.core.model.AbstractGraph
- getPropertyChainAxioms() - Method in class org.geneontology.obographs.core.model.Graph
- getPropertyId() - Method in class org.geneontology.obographs.core.model.axiom.AbstractExistentialRestrictionExpression
- getPropertyId() - Method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression
- getRangeClassIds() - Method in class org.geneontology.obographs.core.model.axiom.AbstractDomainRangeAxiom
-
For multiple ranges, this is treated as intersection
- getRangeClassIds() - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
For multiple ranges, this is treated as intersection
- getRepresentativeNodeId() - Method in class org.geneontology.obographs.core.model.axiom.AbstractEquivalentNodesSet
- getRepresentativeNodeId() - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
- getRestrictions() - Method in class org.geneontology.obographs.core.model.axiom.AbstractLogicalDefinitionAxiom
- getRestrictions() - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
- getSub() - Method in class org.geneontology.obographs.core.model.AbstractEdge
- getSub() - Method in class org.geneontology.obographs.core.model.Edge
- getSubsets() - Method in class org.geneontology.obographs.core.model.AbstractMeta
- getSubsets() - Method in class org.geneontology.obographs.core.model.Meta
- getSynonyms() - Method in class org.geneontology.obographs.core.model.AbstractMeta
- getSynonyms() - Method in class org.geneontology.obographs.core.model.Meta
- getSynonymType() - Method in class org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue
- getSynonymType() - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
- getType() - Method in class org.geneontology.obographs.core.model.AbstractNode
- getType() - Method in class org.geneontology.obographs.core.model.Node
- getTypes() - Method in class org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue
- getVal() - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
The value of the property-value
- getVal() - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
The value of the property-value
- getVal() - Method in interface org.geneontology.obographs.core.model.meta.PropertyValue
-
The value of the property-value
- getVal() - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
The value of the property-value
- getVal() - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
The value of the property-value
- getVersion() - Method in class org.geneontology.obographs.core.model.AbstractMeta
- getVersion() - Method in class org.geneontology.obographs.core.model.Meta
- getXrefs() - Method in class org.geneontology.obographs.core.model.AbstractMeta
- getXrefs() - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
An array denoting objects that support the property value assertion
- getXrefs() - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
An array denoting objects that support the property value assertion
- getXrefs() - Method in class org.geneontology.obographs.core.model.Meta
- getXrefs() - Method in interface org.geneontology.obographs.core.model.meta.PropertyValue
-
An array denoting objects that support the property value assertion
- getXrefs() - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
An array denoting objects that support the property value assertion
- getXrefs() - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
An array denoting objects that support the property value assertion
- getXrefsValues() - Method in class org.geneontology.obographs.core.model.AbstractMeta
- getXrefsValues() - Method in class org.geneontology.obographs.core.model.Meta
- Graph - Class in org.geneontology.obographs.core.model
-
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 - Class in org.geneontology.obographs.core.model
-
Builds instances of type
Graph. - GraphDocument - Class in org.geneontology.obographs.core.model
-
Holds a collection of graphs, plus document-level metadata ## Model 
- GraphDocument.Builder - Class in org.geneontology.obographs.core.model
-
Builds instances of type
GraphDocument. - graphs(Iterable<? extends Graph>) - Method in class org.geneontology.obographs.core.model.GraphDocument.Builder
-
Sets or replaces all elements for
graphslist.
H
- hashCode() - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Computes a hash code from attributes:
meta,predicateId,domainClassIds,rangeClassIds,allValuesFromEdges. - hashCode() - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
-
Computes a hash code from attributes:
meta,representativeNodeId,nodeIds. - hashCode() - Method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression
-
Computes a hash code from attributes:
propertyId,fillerId. - hashCode() - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
-
Computes a hash code from attributes:
meta,definedClassId,genusIds,restrictions. - hashCode() - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
-
Computes a hash code from attributes:
meta,predicateId,chainPredicateIds. - hashCode() - Method in class org.geneontology.obographs.core.model.Edge
-
Computes a hash code from attributes:
meta,sub,pred,obj. - hashCode() - Method in class org.geneontology.obographs.core.model.Graph
-
Computes a hash code from attributes:
id,lbl,meta,nodes,edges,equivalentNodesSets,logicalDefinitionAxioms,domainRangeAxioms,propertyChainAxioms. - hashCode() - Method in class org.geneontology.obographs.core.model.GraphDocument
-
Computes a hash code from attributes:
context,meta,graphs. - hashCode() - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
Computes a hash code from attributes:
pred,val,xrefs,meta. - hashCode() - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
Computes a hash code from attributes:
pred,val,xrefs,meta. - hashCode() - Method in class org.geneontology.obographs.core.model.Meta
-
Computes a hash code from attributes:
definition,comments,subsets,synonyms,xrefs,xrefsValues,basicPropertyValues,version,deprecated. - hashCode() - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
Computes a hash code from attributes:
pred,val,xrefs,meta,synonymType. - hashCode() - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
Computes a hash code from attributes:
pred,val,xrefs,meta,lbl. - hashCode() - Method in class org.geneontology.obographs.core.model.Node
-
Computes a hash code from attributes:
meta,id,label,type.
I
- id(String) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Initializes the value for the
idattribute. - id(String) - Method in class org.geneontology.obographs.core.model.Node.Builder
-
Initializes the value for the
idattribute. - INDIVIDUAL - org.geneontology.obographs.core.model.AbstractNode.RDFTYPES
- isBroad() - Method in class org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue
- isExact() - Method in class org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue
- isNarrow() - Method in class org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue
- isRelated() - Method in class org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue
L
- label(String) - Method in class org.geneontology.obographs.core.model.Node.Builder
-
Initializes the value for the
labelattribute. - lbl(String) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Initializes the value for the
lblattribute. - lbl(String) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Initializes the value for the
lblattribute. - LogicalDefinitionAxiom - Class in org.geneontology.obographs.core.model.axiom
-
Corresponds to an axiom of the form C = X1 and ...
- LogicalDefinitionAxiom.Builder - Class in org.geneontology.obographs.core.model.axiom
-
Builds instances of type
LogicalDefinitionAxiom. - logicalDefinitionAxioms(Iterable<? extends LogicalDefinitionAxiom>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Sets or replaces all elements for
logicalDefinitionAxiomslist.
M
- makeSchema(Class<?>) - Static method in class org.geneontology.obographs.core.io.OgSchemaGenerator
- meta(Meta) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Initializes the value for the
metaattribute. - meta(Meta) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet.Builder
-
Initializes the value for the
metaattribute. - meta(Meta) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Initializes the value for the
metaattribute. - meta(Meta) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom.Builder
-
Initializes the value for the
metaattribute. - meta(Meta) - Method in class org.geneontology.obographs.core.model.Edge.Builder
-
Initializes the value for the
metaattribute. - meta(Meta) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Initializes the value for the
metaattribute. - meta(Meta) - Method in class org.geneontology.obographs.core.model.GraphDocument.Builder
-
Initializes the value for the
metaattribute. - meta(Meta) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue.Builder
-
Initializes the value for the
metaattribute. - meta(Meta) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue.Builder
-
Initializes the value for the
metaattribute. - meta(Meta) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Initializes the value for the
metaattribute. - meta(Meta) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Initializes the value for the
metaattribute. - meta(Meta) - Method in class org.geneontology.obographs.core.model.Node.Builder
-
Initializes the value for the
metaattribute. - Meta - Class in org.geneontology.obographs.core.model
-
A holder for metadata The information in a Meta object consists sets of
PropertyValueobjects, which associate the Meta object holder with some value via some property. - Meta.Builder - Class in org.geneontology.obographs.core.model
-
Builds instances of type
Meta.
N
- NARROW - org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue.SCOPES
- Node - Class in org.geneontology.obographs.core.model
-
A graph node corresponds to a class, individual or property 
- Node.Builder - Class in org.geneontology.obographs.core.model
-
Builds instances of type
Node. - nodeIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet.Builder
-
Sets or replaces all elements for
nodeIdsset. - NodeOrEdge - Interface in org.geneontology.obographs.core.model
- nodes(Iterable<? extends Node>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Sets or replaces all elements for
nodeslist.
O
- obj(String) - Method in class org.geneontology.obographs.core.model.Edge.Builder
-
Initializes the value for the
objattribute. - OboGraph - Annotation Type in org.geneontology.obographs.core.model
- OgJsonGenerator - Class in org.geneontology.obographs.core.io
- OgJsonReader - Class in org.geneontology.obographs.core.io
- OgSchemaGenerator - Class in org.geneontology.obographs.core.io
- OgYamlGenerator - Class in org.geneontology.obographs.core.io
- OgYamlReader - Class in org.geneontology.obographs.core.io
- org.geneontology.obographs.core - package org.geneontology.obographs.core
-
OBO Graphs Useful classes:
GraphDocument - org.geneontology.obographs.core.io - package org.geneontology.obographs.core.io
- org.geneontology.obographs.core.model - package 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 - package org.geneontology.obographs.core.model.axiom
-
Advanced Obo Graph model Represents OWL axioms that do not fit into the Basic Obo Graph model
- org.geneontology.obographs.core.model.meta - package org.geneontology.obographs.core.model.meta
-
Objects that can be associated with a
Metaholder
P
- pred() - Method in enum org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue.SCOPES
- pred(String) - Method in class org.geneontology.obographs.core.model.Edge.Builder
-
Initializes the value for the
predattribute. - pred(String) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue.Builder
-
Initializes the value for the
predattribute. - pred(String) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue.Builder
-
Initializes the value for the
predattribute. - pred(String) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Initializes the value for the
predattribute. - pred(String) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Initializes the value for the
predattribute. - predicateId(String) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Initializes the value for the
predicateIdattribute. - predicateId(String) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom.Builder
-
Initializes the value for the
predicateIdattribute. - PROPERTY - org.geneontology.obographs.core.model.AbstractNode.RDFTYPES
- PropertyChainAxiom - Class in org.geneontology.obographs.core.model.axiom
-
P <- P1 ...
- PropertyChainAxiom.Builder - Class in org.geneontology.obographs.core.model.axiom
-
Builds instances of type
PropertyChainAxiom. - propertyChainAxioms(Iterable<? extends PropertyChainAxiom>) - Method in class org.geneontology.obographs.core.model.Graph.Builder
-
Sets or replaces all elements for
propertyChainAxiomslist. - propertyId(String) - Method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression.Builder
-
Initializes the value for the
propertyIdattribute. - PropertyValue - Interface in org.geneontology.obographs.core.model.meta
-
Associates the container object with a value via a property.
R
- rangeClassIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom.Builder
-
Sets or replaces all elements for
rangeClassIdsset. - read(Reader) - Static method in class org.geneontology.obographs.core.io.OgJsonReader
- read(Reader) - Static method in class org.geneontology.obographs.core.io.OgYamlReader
- readFile(File) - Static method in class org.geneontology.obographs.core.io.OgJsonReader
- readFile(File) - Static method in class org.geneontology.obographs.core.io.OgYamlReader
- readFile(String) - Static method in class org.geneontology.obographs.core.io.OgJsonReader
- readFile(String) - Static method in class org.geneontology.obographs.core.io.OgYamlReader
- readInputStream(InputStream) - Static method in class org.geneontology.obographs.core.io.OgJsonReader
- readInputStream(InputStream) - Static method in class org.geneontology.obographs.core.io.OgYamlReader
- RELATED - org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue.SCOPES
- render(Object) - Static method in class org.geneontology.obographs.core.io.OgJsonGenerator
- render(Object) - Static method in class org.geneontology.obographs.core.io.OgYamlGenerator
- representativeNodeId(String) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet.Builder
-
Initializes the value for the
representativeNodeIdattribute. - restrictions(Iterable<? extends ExistentialRestrictionExpression>) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
-
Sets or replaces all elements for
restrictionslist.
S
- sub(String) - Method in class org.geneontology.obographs.core.model.Edge.Builder
-
Initializes the value for the
subattribute. - subsets(Iterable<String>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Sets or replaces all elements for
subsetslist. - SynonymPropertyValue - Class in org.geneontology.obographs.core.model.meta
-
A
PropertyValuethat represents a an alternative term for a node - SynonymPropertyValue.Builder - Class in org.geneontology.obographs.core.model.meta
-
Builds instances of type
SynonymPropertyValue. - synonyms(Iterable<? extends SynonymPropertyValue>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Sets or replaces all elements for
synonymslist. - synonymType(String) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Initializes the value for the
synonymTypeattribute.
T
- toString() - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Prints the immutable value
DomainRangeAxiomwith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
-
Prints the immutable value
EquivalentNodesSetwith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression
-
Prints the immutable value
ExistentialRestrictionExpressionwith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
-
Prints the immutable value
LogicalDefinitionAxiomwith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
-
Prints the immutable value
PropertyChainAxiomwith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.Edge
-
Prints the immutable value
Edgewith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.Graph
-
Prints the immutable value
Graphwith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.GraphDocument
-
Prints the immutable value
GraphDocumentwith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
Prints the immutable value
BasicPropertyValuewith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
Prints the immutable value
DefinitionPropertyValuewith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
Prints the immutable value
SynonymPropertyValuewith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.Meta
-
Prints the immutable value
Metawith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
Prints the immutable value
XrefPropertyValuewith attribute values. - toString() - Method in class org.geneontology.obographs.core.model.Node
-
Prints the immutable value
Nodewith attribute values. - type(AbstractNode.RDFTYPES) - Method in class org.geneontology.obographs.core.model.Node.Builder
-
Initializes the value for the
typeattribute.
V
- val(String) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue.Builder
-
Initializes the value for the
valattribute. - val(String) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue.Builder
-
Initializes the value for the
valattribute. - val(String) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Initializes the value for the
valattribute. - val(String) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Initializes the value for the
valattribute. - valueOf(String) - Static method in enum org.geneontology.obographs.core.model.AbstractNode.RDFTYPES
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue.SCOPES
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.geneontology.obographs.core.model.AbstractNode.RDFTYPES
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue.SCOPES
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version(String) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Initializes the value for the
versionattribute.
W
- withAllValuesFromEdges(Iterable<? extends Edge>) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Copy the current immutable object with elements that replace the content of
allValuesFromEdges. - withAllValuesFromEdges(Edge...) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Copy the current immutable object with elements that replace the content of
allValuesFromEdges. - withBasicPropertyValues(Iterable<? extends BasicPropertyValue>) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
basicPropertyValues. - withBasicPropertyValues(BasicPropertyValue...) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
basicPropertyValues. - withChainPredicateIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
-
Copy the current immutable object with elements that replace the content of
chainPredicateIds. - withChainPredicateIds(String...) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
-
Copy the current immutable object with elements that replace the content of
chainPredicateIds. - withComments(Iterable<String>) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
comments. - withComments(String...) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
comments. - withContext(Object) - Method in class org.geneontology.obographs.core.model.GraphDocument
-
Copy the current immutable object by setting a value for the
contextattribute. - withDefinedClassId(String) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
-
Copy the current immutable object by setting a value for the
definedClassIdattribute. - withDefinition(DefinitionPropertyValue) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object by setting a value for the
definitionattribute. - withDeprecated(boolean) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object by setting a value for the
deprecatedattribute. - withDomainClassIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Copy the current immutable object with elements that replace the content of
domainClassIds. - withDomainClassIds(String...) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Copy the current immutable object with elements that replace the content of
domainClassIds. - withDomainRangeAxioms(Iterable<? extends DomainRangeAxiom>) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
domainRangeAxioms. - withDomainRangeAxioms(DomainRangeAxiom...) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
domainRangeAxioms. - withEdges(Iterable<? extends Edge>) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
edges. - withEdges(Edge...) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
edges. - withEquivalentNodesSets(Iterable<? extends EquivalentNodesSet>) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
equivalentNodesSets. - withEquivalentNodesSets(EquivalentNodesSet...) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
equivalentNodesSets. - withFillerId(String) - Method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression
-
Copy the current immutable object by setting a value for the
fillerIdattribute. - withGenusIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
-
Copy the current immutable object with elements that replace the content of
genusIds. - withGenusIds(String...) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
-
Copy the current immutable object with elements that replace the content of
genusIds. - withGraphs(Iterable<? extends Graph>) - Method in class org.geneontology.obographs.core.model.GraphDocument
-
Copy the current immutable object with elements that replace the content of
graphs. - withGraphs(Graph...) - Method in class org.geneontology.obographs.core.model.GraphDocument
-
Copy the current immutable object with elements that replace the content of
graphs. - withId(String) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object by setting a value for the
idattribute. - withId(String) - Method in class org.geneontology.obographs.core.model.Node
-
Copy the current immutable object by setting a value for the
idattribute. - withLabel(String) - Method in class org.geneontology.obographs.core.model.Node
-
Copy the current immutable object by setting a value for the
labelattribute. - withLbl(String) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object by setting a value for the
lblattribute. - withLbl(String) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
Copy the current immutable object by setting a value for the
lblattribute. - withLogicalDefinitionAxioms(Iterable<? extends LogicalDefinitionAxiom>) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
logicalDefinitionAxioms. - withLogicalDefinitionAxioms(LogicalDefinitionAxiom...) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
logicalDefinitionAxioms. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Copy the current immutable object by setting a value for the
metaattribute. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
-
Copy the current immutable object by setting a value for the
metaattribute. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
-
Copy the current immutable object by setting a value for the
metaattribute. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
-
Copy the current immutable object by setting a value for the
metaattribute. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.Edge
-
Copy the current immutable object by setting a value for the
metaattribute. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object by setting a value for the
metaattribute. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.GraphDocument
-
Copy the current immutable object by setting a value for the
metaattribute. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
Copy the current immutable object by setting a value for the
metaattribute. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
Copy the current immutable object by setting a value for the
metaattribute. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
Copy the current immutable object by setting a value for the
metaattribute. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
Copy the current immutable object by setting a value for the
metaattribute. - withMeta(Meta) - Method in class org.geneontology.obographs.core.model.Node
-
Copy the current immutable object by setting a value for the
metaattribute. - withNodeIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
-
Copy the current immutable object with elements that replace the content of
nodeIds. - withNodeIds(String...) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
-
Copy the current immutable object with elements that replace the content of
nodeIds. - withNodes(Iterable<? extends Node>) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
nodes. - withNodes(Node...) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
nodes. - withObj(String) - Method in class org.geneontology.obographs.core.model.Edge
-
Copy the current immutable object by setting a value for the
objattribute. - withPred(String) - Method in class org.geneontology.obographs.core.model.Edge
-
Copy the current immutable object by setting a value for the
predattribute. - withPred(String) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
Copy the current immutable object by setting a value for the
predattribute. - withPred(String) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
Copy the current immutable object by setting a value for the
predattribute. - withPred(String) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
Copy the current immutable object by setting a value for the
predattribute. - withPred(String) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
Copy the current immutable object by setting a value for the
predattribute. - withPredicateId(String) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Copy the current immutable object by setting a value for the
predicateIdattribute. - withPredicateId(String) - Method in class org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
-
Copy the current immutable object by setting a value for the
predicateIdattribute. - withPropertyChainAxioms(Iterable<? extends PropertyChainAxiom>) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
propertyChainAxioms. - withPropertyChainAxioms(PropertyChainAxiom...) - Method in class org.geneontology.obographs.core.model.Graph
-
Copy the current immutable object with elements that replace the content of
propertyChainAxioms. - withPropertyId(String) - Method in class org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression
-
Copy the current immutable object by setting a value for the
propertyIdattribute. - withRangeClassIds(Iterable<String>) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Copy the current immutable object with elements that replace the content of
rangeClassIds. - withRangeClassIds(String...) - Method in class org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
-
Copy the current immutable object with elements that replace the content of
rangeClassIds. - withRepresentativeNodeId(String) - Method in class org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
-
Copy the current immutable object by setting a value for the
representativeNodeIdattribute. - withRestrictions(Iterable<? extends ExistentialRestrictionExpression>) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
-
Copy the current immutable object with elements that replace the content of
restrictions. - withRestrictions(ExistentialRestrictionExpression...) - Method in class org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
-
Copy the current immutable object with elements that replace the content of
restrictions. - withSub(String) - Method in class org.geneontology.obographs.core.model.Edge
-
Copy the current immutable object by setting a value for the
subattribute. - withSubsets(Iterable<String>) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
subsets. - withSubsets(String...) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
subsets. - withSynonyms(Iterable<? extends SynonymPropertyValue>) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
synonyms. - withSynonyms(SynonymPropertyValue...) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
synonyms. - withSynonymType(String) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
Copy the current immutable object by setting a value for the
synonymTypeattribute. - withType(AbstractNode.RDFTYPES) - Method in class org.geneontology.obographs.core.model.Node
-
Copy the current immutable object by setting a value for the
typeattribute. - withVal(String) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
Copy the current immutable object by setting a value for the
valattribute. - withVal(String) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
Copy the current immutable object by setting a value for the
valattribute. - withVal(String) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
Copy the current immutable object by setting a value for the
valattribute. - withVal(String) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
Copy the current immutable object by setting a value for the
valattribute. - withVersion(String) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object by setting a value for the
versionattribute. - withXrefs(Iterable<? extends XrefPropertyValue>) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
xrefs. - withXrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
Copy the current immutable object with elements that replace the content of
xrefs. - withXrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
Copy the current immutable object with elements that replace the content of
xrefs. - withXrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
Copy the current immutable object with elements that replace the content of
xrefs. - withXrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
Copy the current immutable object with elements that replace the content of
xrefs. - withXrefs(String...) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
Copy the current immutable object with elements that replace the content of
xrefs. - withXrefs(String...) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
Copy the current immutable object with elements that replace the content of
xrefs. - withXrefs(String...) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
Copy the current immutable object with elements that replace the content of
xrefs. - withXrefs(String...) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
Copy the current immutable object with elements that replace the content of
xrefs. - withXrefs(XrefPropertyValue...) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
xrefs. - withXrefsValues(Iterable<String>) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
xrefsValues. - withXrefsValues(String...) - Method in class org.geneontology.obographs.core.model.Meta
-
Copy the current immutable object with elements that replace the content of
xrefsValues. - write(File, Object) - Static method in class org.geneontology.obographs.core.io.OgJsonGenerator
- write(File, Object) - Static method in class org.geneontology.obographs.core.io.OgYamlGenerator
- write(OutputStream, Object) - Static method in class org.geneontology.obographs.core.io.OgJsonGenerator
- write(OutputStream, Object) - Static method in class org.geneontology.obographs.core.io.OgYamlGenerator
- write(Writer, Object) - Static method in class org.geneontology.obographs.core.io.OgJsonGenerator
- write(Writer, Object) - Static method in class org.geneontology.obographs.core.io.OgYamlGenerator
X
- XrefPropertyValue - Class in org.geneontology.obographs.core.model.meta
-
Immutable implementation of
AbstractXrefPropertyValue. - XrefPropertyValue.Builder - Class in org.geneontology.obographs.core.model.meta
-
Builds instances of type
XrefPropertyValue. - xrefs(Iterable<? extends XrefPropertyValue>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Sets or replaces all elements for
xrefslist. - xrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.BasicPropertyValue.Builder
-
Sets or replaces all elements for
xrefslist. - xrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.DefinitionPropertyValue.Builder
-
Sets or replaces all elements for
xrefslist. - xrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.SynonymPropertyValue.Builder
-
Sets or replaces all elements for
xrefslist. - xrefs(Iterable<String>) - Method in class org.geneontology.obographs.core.model.meta.XrefPropertyValue.Builder
-
Sets or replaces all elements for
xrefslist. - xrefsValues(Iterable<String>) - Method in class org.geneontology.obographs.core.model.Meta.Builder
-
Sets or replaces all elements for
xrefsValueslist.
All Classes All Packages