Uses of Class
org.geneontology.obographs.core.model.axiom.ExistentialRestrictionExpression.Builder
-
Packages that use ExistentialRestrictionExpression.Builder 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.Builder in org.geneontology.obographs.core.model.axiom
Methods in org.geneontology.obographs.core.model.axiom that return ExistentialRestrictionExpression.Builder Modifier and Type Method Description ExistentialRestrictionExpression.BuilderExistentialRestrictionExpression.Builder. fillerId(String fillerId)Initializes the value for thefillerIdattribute.ExistentialRestrictionExpression.BuilderExistentialRestrictionExpression.Builder. from(AbstractExistentialRestrictionExpression instance)Fill a builder with attribute values from the providedAbstractExistentialRestrictionExpressioninstance.ExistentialRestrictionExpression.BuilderExistentialRestrictionExpression.Builder. propertyId(String propertyId)Initializes the value for thepropertyIdattribute.
-