Uses of Class
org.geneontology.obographs.core.model.axiom.AbstractEquivalentNodesSet
-
Packages that use AbstractEquivalentNodesSet 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 AbstractEquivalentNodesSet in org.geneontology.obographs.core.model.axiom
Subclasses of AbstractEquivalentNodesSet in org.geneontology.obographs.core.model.axiom Modifier and Type Class Description classEquivalentNodesSetA set of nodes that all stand in a mutual equivalence or identity relationship to one another Corresponds to Node in the OWLAPIMethods in org.geneontology.obographs.core.model.axiom with parameters of type AbstractEquivalentNodesSet Modifier and Type Method Description intAbstractEquivalentNodesSet. compareTo(AbstractEquivalentNodesSet o)static EquivalentNodesSetEquivalentNodesSet. copyOf(AbstractEquivalentNodesSet instance)Creates an immutable copy of aAbstractEquivalentNodesSetvalue.EquivalentNodesSet.BuilderEquivalentNodesSet.Builder. from(AbstractEquivalentNodesSet instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.axiom.AbstractEquivalentNodesSetinstance.
-