Uses of Class
org.geneontology.obographs.core.model.axiom.EquivalentNodesSet
-
Packages that use EquivalentNodesSet Package Description 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 model -
-
Uses of EquivalentNodesSet in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return types with arguments of type EquivalentNodesSet Modifier and Type Method Description abstract List<EquivalentNodesSet>AbstractGraph. getEquivalentNodesSets()com.google.common.collect.ImmutableList<EquivalentNodesSet>Graph. getEquivalentNodesSets()Methods in org.geneontology.obographs.core.model with parameters of type EquivalentNodesSet Modifier and Type Method Description Graph.BuilderGraph.Builder. addEquivalentNodesSet(EquivalentNodesSet element)Adds one element toequivalentNodesSetslist.Graph.BuilderGraph.Builder. addEquivalentNodesSets(EquivalentNodesSet... elements)Adds elements toequivalentNodesSetslist.GraphGraph. withEquivalentNodesSets(EquivalentNodesSet... elements)Copy the current immutable object with elements that replace the content ofequivalentNodesSets.Method parameters in org.geneontology.obographs.core.model with type arguments of type EquivalentNodesSet Modifier and Type Method Description Graph.BuilderGraph.Builder. addAllEquivalentNodesSets(Iterable<? extends EquivalentNodesSet> elements)Adds elements toequivalentNodesSetslist.Graph.BuilderGraph.Builder. equivalentNodesSets(Iterable<? extends EquivalentNodesSet> elements)Sets or replaces all elements forequivalentNodesSetslist.GraphGraph. withEquivalentNodesSets(Iterable<? extends EquivalentNodesSet> elements)Copy the current immutable object with elements that replace the content ofequivalentNodesSets. -
Uses of EquivalentNodesSet in org.geneontology.obographs.core.model.axiom
Methods in org.geneontology.obographs.core.model.axiom that return EquivalentNodesSet Modifier and Type Method Description EquivalentNodesSetEquivalentNodesSet.Builder. build()Builds a newEquivalentNodesSet.static EquivalentNodesSetEquivalentNodesSet. copyOf(AbstractEquivalentNodesSet instance)Creates an immutable copy of aAbstractEquivalentNodesSetvalue.EquivalentNodesSetEquivalentNodesSet. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.EquivalentNodesSetEquivalentNodesSet. withNodeIds(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofnodeIds.EquivalentNodesSetEquivalentNodesSet. withNodeIds(String... elements)Copy the current immutable object with elements that replace the content ofnodeIds.EquivalentNodesSetEquivalentNodesSet. withRepresentativeNodeId(String value)Copy the current immutable object by setting a value for therepresentativeNodeIdattribute.
-