Uses of Interface
org.geneontology.obographs.core.model.axiom.Axiom
-
Packages that use Axiom Package Description org.geneontology.obographs.core.model.axiom Advanced Obo Graph model Represents OWL axioms that do not fit into the Basic Obo Graph model -
-
Uses of Axiom in org.geneontology.obographs.core.model.axiom
Classes in org.geneontology.obographs.core.model.axiom that implement Axiom Modifier and Type Class Description classAbstractDomainRangeAxiomThis combined ObjectPropertyDomain, ObjectPropertyRange, and some AllValuesFrom expressions into a single convenience structureclassAbstractEquivalentNodesSetA set of nodes that all stand in a mutual equivalence or identity relationship to one another Corresponds to Node in the OWLAPIclassAbstractLogicalDefinitionAxiomCorresponds to an axiom of the form C = X1 and ...classAbstractPropertyChainAxiomP <- P1 ...classDomainRangeAxiomThis combined ObjectPropertyDomain, ObjectPropertyRange, and some AllValuesFrom expressions into a single convenience structureclassEquivalentNodesSetA set of nodes that all stand in a mutual equivalence or identity relationship to one another Corresponds to Node in the OWLAPIclassLogicalDefinitionAxiomCorresponds to an axiom of the form C = X1 and ...classPropertyChainAxiomP <- P1 ...Methods in org.geneontology.obographs.core.model.axiom with parameters of type Axiom Modifier and Type Method Description DomainRangeAxiom.BuilderDomainRangeAxiom.Builder. from(Axiom instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.axiom.Axiominstance.EquivalentNodesSet.BuilderEquivalentNodesSet.Builder. from(Axiom instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.axiom.Axiominstance.LogicalDefinitionAxiom.BuilderLogicalDefinitionAxiom.Builder. from(Axiom instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.axiom.Axiominstance.PropertyChainAxiom.BuilderPropertyChainAxiom.Builder. from(Axiom instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.axiom.Axiominstance.
-