Uses of Interface
org.biojava.ontology.Variable
-
Packages that use Variable Package Description org.biojava.ontology A general-purpose API for ontologies.org.biojavax.ontology Extensions to the biojava ontology model that represent BioSQL ontology. -
-
Uses of Variable in org.biojava.ontology
Classes in org.biojava.ontology that implement Variable Modifier and Type Class Description static classVariable.ImplMethods in org.biojava.ontology that return Variable Modifier and Type Method Description VariableIntegerOntology. createVariable(String name, String description)VariableOntology. createVariable(String name, String description)Create a new term in this ontology that is used as a variable.VariableOntology.Impl. createVariable(String name, String description) -
Uses of Variable in org.biojavax.ontology
Methods in org.biojavax.ontology that return Variable Modifier and Type Method Description VariableSimpleComparableOntology. createVariable(String name, String description)Create a new term in this ontology that is used as a variable.
-