Uses of Class
org.geneontology.obographs.core.model.axiom.LogicalDefinitionAxiom.Builder
Packages that use LogicalDefinitionAxiom.Builder
Package
Description
Advanced Obo Graph model
Represents OWL axioms that do not fit into the Basic Obo Graph model
-
Uses of LogicalDefinitionAxiom.Builder in org.geneontology.obographs.core.model.axiom
Methods in org.geneontology.obographs.core.model.axiom that return LogicalDefinitionAxiom.BuilderModifier and TypeMethodDescriptionLogicalDefinitionAxiom.Builder.addAllGenusIds(Iterable<String> elements) Adds elements togenusIdslist.LogicalDefinitionAxiom.Builder.addAllRestrictions(Iterable<? extends ExistentialRestrictionExpression> elements) Adds elements torestrictionslist.LogicalDefinitionAxiom.Builder.addGenusId(String element) Adds one element togenusIdslist.LogicalDefinitionAxiom.Builder.addGenusIds(String... elements) Adds elements togenusIdslist.LogicalDefinitionAxiom.Builder.addRestriction(ExistentialRestrictionExpression element) Adds one element torestrictionslist.LogicalDefinitionAxiom.Builder.addRestrictions(ExistentialRestrictionExpression... elements) Adds elements torestrictionslist.LogicalDefinitionAxiom.Builder.definedClassId(String definedClassId) Initializes the value for thedefinedClassIdattribute.LogicalDefinitionAxiom.Builder.from(AbstractLogicalDefinitionAxiom instance) Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.axiom.AbstractLogicalDefinitionAxiominstance.Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.axiom.Axiominstance.Sets or replaces all elements forgenusIdslist.Initializes the value for themetaattribute.LogicalDefinitionAxiom.Builder.restrictions(Iterable<? extends ExistentialRestrictionExpression> elements) Sets or replaces all elements forrestrictionslist.