Uses of Class
org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression
Packages that use ExistentialRestrictionExpression
Package
Description
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 ExistentialRestrictionExpressionModifier and TypeMethodDescriptionExistentialRestrictionExpression.Builder.build()Builds a newExistentialRestrictionExpression.ExistentialRestrictionExpression.copyOf(AbstractExistentialRestrictionExpression instance) Creates an immutable copy of aAbstractExistentialRestrictionExpressionvalue.ExistentialRestrictionExpression.withFillerId(String value) Copy the current immutable object by setting a value for thefillerIdattribute.ExistentialRestrictionExpression.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 ExistentialRestrictionExpressionModifier and TypeMethodDescriptionabstract List<ExistentialRestrictionExpression>AbstractLogicalDefinitionAxiom.getRestrictions()LogicalDefinitionAxiom.getRestrictions()Methods in org.geneontology.obographs.core.model.axiom with parameters of type ExistentialRestrictionExpressionModifier and TypeMethodDescriptionLogicalDefinitionAxiom.Builder.addRestriction(ExistentialRestrictionExpression element) Adds one element torestrictionslist.LogicalDefinitionAxiom.Builder.addRestrictions(ExistentialRestrictionExpression... elements) Adds elements torestrictionslist.final 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 ExistentialRestrictionExpressionModifier and TypeMethodDescriptionLogicalDefinitionAxiom.Builder.addAllRestrictions(Iterable<? extends ExistentialRestrictionExpression> elements) Adds elements torestrictionslist.LogicalDefinitionAxiom.Builder.restrictions(Iterable<? extends ExistentialRestrictionExpression> elements) Sets or replaces all elements forrestrictionslist.final LogicalDefinitionAxiomLogicalDefinitionAxiom.withRestrictions(Iterable<? extends ExistentialRestrictionExpression> elements) Copy the current immutable object with elements that replace the content ofrestrictions.