Uses of Class
org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
Packages that use PropertyChainAxiom
Package
Description
## Basic Obo Graph Model
Corresponds to the subset of OWL consisting of SubClassOf axioms between named classes
and either named classes or simple existential restrictions.
Advanced Obo Graph model
Represents OWL axioms that do not fit into the Basic Obo Graph model
-
Uses of PropertyChainAxiom in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return types with arguments of type PropertyChainAxiomModifier and TypeMethodDescriptionabstract List<PropertyChainAxiom>AbstractGraph.getPropertyChainAxioms()Graph.getPropertyChainAxioms()Methods in org.geneontology.obographs.core.model with parameters of type PropertyChainAxiomModifier and TypeMethodDescriptionfinal Graph.BuilderGraph.Builder.addPropertyChainAxiom(PropertyChainAxiom element) Adds one element topropertyChainAxiomslist.final Graph.BuilderGraph.Builder.addPropertyChainAxioms(PropertyChainAxiom... elements) Adds elements topropertyChainAxiomslist.final GraphGraph.withPropertyChainAxioms(PropertyChainAxiom... elements) Copy the current immutable object with elements that replace the content ofpropertyChainAxioms.Method parameters in org.geneontology.obographs.core.model with type arguments of type PropertyChainAxiomModifier and TypeMethodDescriptionfinal Graph.BuilderGraph.Builder.addAllPropertyChainAxioms(Iterable<? extends PropertyChainAxiom> elements) Adds elements topropertyChainAxiomslist.final Graph.BuilderGraph.Builder.propertyChainAxioms(Iterable<? extends PropertyChainAxiom> elements) Sets or replaces all elements forpropertyChainAxiomslist.final GraphGraph.withPropertyChainAxioms(Iterable<? extends PropertyChainAxiom> elements) Copy the current immutable object with elements that replace the content ofpropertyChainAxioms. -
Uses of PropertyChainAxiom in org.geneontology.obographs.core.model.axiom
Methods in org.geneontology.obographs.core.model.axiom that return PropertyChainAxiomModifier and TypeMethodDescriptionPropertyChainAxiom.Builder.build()Builds a newPropertyChainAxiom.static PropertyChainAxiomPropertyChainAxiom.copyOf(AbstractPropertyChainAxiom instance) Creates an immutable copy of aAbstractPropertyChainAxiomvalue.final PropertyChainAxiomPropertyChainAxiom.withChainPredicateIds(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofchainPredicateIds.final PropertyChainAxiomPropertyChainAxiom.withChainPredicateIds(String... elements) Copy the current immutable object with elements that replace the content ofchainPredicateIds.final PropertyChainAxiomCopy the current immutable object by setting a value for themetaattribute.final PropertyChainAxiomPropertyChainAxiom.withPredicateId(String value) Copy the current immutable object by setting a value for thepredicateIdattribute.