Uses of Class
org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression
-
Packages that use ExistentialRestrictionExpression 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 ExistentialRestrictionExpression in org.geneontology.obographs.core.model.axiom
Methods in org.geneontology.obographs.core.model.axiom that return ExistentialRestrictionExpression Modifier and Type Method Description ExistentialRestrictionExpressionExistentialRestrictionExpression.Builder. build()Builds a newExistentialRestrictionExpression.static ExistentialRestrictionExpressionExistentialRestrictionExpression. copyOf(AbstractExistentialRestrictionExpression instance)Creates an immutable copy of aAbstractExistentialRestrictionExpressionvalue.ExistentialRestrictionExpressionExistentialRestrictionExpression. withFillerId(String value)Copy the current immutable object by setting a value for thefillerIdattribute.ExistentialRestrictionExpressionExistentialRestrictionExpression. withPropertyId(String value)Copy the current immutable object by setting a value for thepropertyIdattribute.Methods in org.geneontology.obographs.core.model.axiom that return types with arguments of type ExistentialRestrictionExpression Modifier and Type Method Description abstract List<ExistentialRestrictionExpression>AbstractLogicalDefinitionAxiom. getRestrictions()com.google.common.collect.ImmutableList<ExistentialRestrictionExpression>LogicalDefinitionAxiom. getRestrictions()Methods in org.geneontology.obographs.core.model.axiom with parameters of type ExistentialRestrictionExpression Modifier and Type Method Description LogicalDefinitionAxiom.BuilderLogicalDefinitionAxiom.Builder. addRestriction(ExistentialRestrictionExpression element)Adds one element torestrictionslist.LogicalDefinitionAxiom.BuilderLogicalDefinitionAxiom.Builder. addRestrictions(ExistentialRestrictionExpression... elements)Adds elements torestrictionslist.LogicalDefinitionAxiomLogicalDefinitionAxiom. withRestrictions(ExistentialRestrictionExpression... elements)Copy the current immutable object with elements that replace the content ofrestrictions.Method parameters in org.geneontology.obographs.core.model.axiom with type arguments of type ExistentialRestrictionExpression Modifier and Type Method Description LogicalDefinitionAxiom.BuilderLogicalDefinitionAxiom.Builder. addAllRestrictions(Iterable<? extends ExistentialRestrictionExpression> elements)Adds elements torestrictionslist.LogicalDefinitionAxiom.BuilderLogicalDefinitionAxiom.Builder. restrictions(Iterable<? extends ExistentialRestrictionExpression> elements)Sets or replaces all elements forrestrictionslist.LogicalDefinitionAxiomLogicalDefinitionAxiom. withRestrictions(Iterable<? extends ExistentialRestrictionExpression> elements)Copy the current immutable object with elements that replace the content ofrestrictions.
-