Uses of Class
org.geneontology.obographs.core.model.axiom.PropertyChainAxiom
-
Packages that use PropertyChainAxiom Package Description org.geneontology.obographs.core.model ## 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.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 PropertyChainAxiom in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return types with arguments of type PropertyChainAxiom Modifier and Type Method Description abstract List<PropertyChainAxiom>AbstractGraph. getPropertyChainAxioms()com.google.common.collect.ImmutableList<PropertyChainAxiom>Graph. getPropertyChainAxioms()Methods in org.geneontology.obographs.core.model with parameters of type PropertyChainAxiom Modifier and Type Method Description Graph.BuilderGraph.Builder. addPropertyChainAxiom(PropertyChainAxiom element)Adds one element topropertyChainAxiomslist.Graph.BuilderGraph.Builder. addPropertyChainAxioms(PropertyChainAxiom... elements)Adds elements topropertyChainAxiomslist.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 PropertyChainAxiom Modifier and Type Method Description Graph.BuilderGraph.Builder. addAllPropertyChainAxioms(Iterable<? extends PropertyChainAxiom> elements)Adds elements topropertyChainAxiomslist.Graph.BuilderGraph.Builder. propertyChainAxioms(Iterable<? extends PropertyChainAxiom> elements)Sets or replaces all elements forpropertyChainAxiomslist.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 PropertyChainAxiom Modifier and Type Method Description PropertyChainAxiomPropertyChainAxiom.Builder. build()Builds a newPropertyChainAxiom.static PropertyChainAxiomPropertyChainAxiom. copyOf(AbstractPropertyChainAxiom instance)Creates an immutable copy of aAbstractPropertyChainAxiomvalue.PropertyChainAxiomPropertyChainAxiom. withChainPredicateIds(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofchainPredicateIds.PropertyChainAxiomPropertyChainAxiom. withChainPredicateIds(String... elements)Copy the current immutable object with elements that replace the content ofchainPredicateIds.PropertyChainAxiomPropertyChainAxiom. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.PropertyChainAxiomPropertyChainAxiom. withPredicateId(String value)Copy the current immutable object by setting a value for thepredicateIdattribute.
-