Uses of Class
org.geneontology.obographs.core.model.axiom.AbstractExistentialRestrictionExpression
-
Packages that use AbstractExistentialRestrictionExpression 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 AbstractExistentialRestrictionExpression in org.geneontology.obographs.core.model.axiom
Subclasses of AbstractExistentialRestrictionExpression in org.geneontology.obographs.core.model.axiom Modifier and Type Class Description classExistentialRestrictionExpressionCorresponds to an axiom of the form C = X1 and ...Methods in org.geneontology.obographs.core.model.axiom with parameters of type AbstractExistentialRestrictionExpression Modifier and Type Method Description intAbstractExistentialRestrictionExpression. compareTo(AbstractExistentialRestrictionExpression o)static ExistentialRestrictionExpressionExistentialRestrictionExpression. copyOf(AbstractExistentialRestrictionExpression instance)Creates an immutable copy of aAbstractExistentialRestrictionExpressionvalue.ExistentialRestrictionExpression.BuilderExistentialRestrictionExpression.Builder. from(AbstractExistentialRestrictionExpression instance)Fill a builder with attribute values from the providedAbstractExistentialRestrictionExpressioninstance.
-