Uses of Class
org.geneontology.obographs.core.model.axiom.PropertyChainAxiom.Builder
Packages that use PropertyChainAxiom.Builder
Package
Description
Advanced Obo Graph model
Represents OWL axioms that do not fit into the Basic Obo Graph model
-
Uses of PropertyChainAxiom.Builder in org.geneontology.obographs.core.model.axiom
Methods in org.geneontology.obographs.core.model.axiom that return PropertyChainAxiom.BuilderModifier and TypeMethodDescriptionPropertyChainAxiom.Builder.addAllChainPredicateIds(Iterable<String> elements) Adds elements tochainPredicateIdslist.PropertyChainAxiom.Builder.addChainPredicateId(String element) Adds one element tochainPredicateIdslist.PropertyChainAxiom.Builder.addChainPredicateIds(String... elements) Adds elements tochainPredicateIdslist.PropertyChainAxiom.Builder.chainPredicateIds(Iterable<String> elements) Sets or replaces all elements forchainPredicateIdslist.PropertyChainAxiom.Builder.from(AbstractPropertyChainAxiom instance) Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.axiom.AbstractPropertyChainAxiominstance.Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.axiom.Axiominstance.Initializes the value for themetaattribute.PropertyChainAxiom.Builder.predicateId(String predicateId) Initializes the value for thepredicateIdattribute.