Uses of Class
org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom
-
Packages that use LogicalDefinitionAxiom 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 LogicalDefinitionAxiom in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return types with arguments of type LogicalDefinitionAxiom Modifier and Type Method Description abstract List<LogicalDefinitionAxiom>AbstractGraph. getLogicalDefinitionAxioms()com.google.common.collect.ImmutableList<LogicalDefinitionAxiom>Graph. getLogicalDefinitionAxioms()Methods in org.geneontology.obographs.core.model with parameters of type LogicalDefinitionAxiom Modifier and Type Method Description Graph.BuilderGraph.Builder. addLogicalDefinitionAxiom(LogicalDefinitionAxiom element)Adds one element tologicalDefinitionAxiomslist.Graph.BuilderGraph.Builder. addLogicalDefinitionAxioms(LogicalDefinitionAxiom... elements)Adds elements tologicalDefinitionAxiomslist.GraphGraph. withLogicalDefinitionAxioms(LogicalDefinitionAxiom... elements)Copy the current immutable object with elements that replace the content oflogicalDefinitionAxioms.Method parameters in org.geneontology.obographs.core.model with type arguments of type LogicalDefinitionAxiom Modifier and Type Method Description Graph.BuilderGraph.Builder. addAllLogicalDefinitionAxioms(Iterable<? extends LogicalDefinitionAxiom> elements)Adds elements tologicalDefinitionAxiomslist.Graph.BuilderGraph.Builder. logicalDefinitionAxioms(Iterable<? extends LogicalDefinitionAxiom> elements)Sets or replaces all elements forlogicalDefinitionAxiomslist.GraphGraph. withLogicalDefinitionAxioms(Iterable<? extends LogicalDefinitionAxiom> elements)Copy the current immutable object with elements that replace the content oflogicalDefinitionAxioms. -
Uses of LogicalDefinitionAxiom in org.geneontology.obographs.core.model.axiom
Methods in org.geneontology.obographs.core.model.axiom that return LogicalDefinitionAxiom Modifier and Type Method Description LogicalDefinitionAxiomLogicalDefinitionAxiom.Builder. build()Builds a newLogicalDefinitionAxiom.static LogicalDefinitionAxiomLogicalDefinitionAxiom. copyOf(AbstractLogicalDefinitionAxiom instance)Creates an immutable copy of aAbstractLogicalDefinitionAxiomvalue.LogicalDefinitionAxiomLogicalDefinitionAxiom. withDefinedClassId(String value)Copy the current immutable object by setting a value for thedefinedClassIdattribute.LogicalDefinitionAxiomLogicalDefinitionAxiom. withGenusIds(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofgenusIds.LogicalDefinitionAxiomLogicalDefinitionAxiom. withGenusIds(String... elements)Copy the current immutable object with elements that replace the content ofgenusIds.LogicalDefinitionAxiomLogicalDefinitionAxiom. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.LogicalDefinitionAxiomLogicalDefinitionAxiom. withRestrictions(Iterable<? extends ExistentialRestrictionExpression> elements)Copy the current immutable object with elements that replace the content ofrestrictions.LogicalDefinitionAxiomLogicalDefinitionAxiom. withRestrictions(ExistentialRestrictionExpression... elements)Copy the current immutable object with elements that replace the content ofrestrictions.
-