Uses of Class
org.biojava.ontology.InvalidTermException
Packages that use InvalidTermException
Package
Description
Classes and interfaces for defining biological sequences and informatics
objects.
Rich implementations of Sequences, Locations and Features.
-
Uses of InvalidTermException in org.biojava.bio.seq
Methods in org.biojava.bio.seq that throw InvalidTermExceptionModifier and TypeMethodDescriptionvoidFeature.setSourceTerm(Term t) Set the source ontology-term for this feature.voidFeature.setTypeTerm(Term t) Set the type ontology-term for this feature. -
Uses of InvalidTermException in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq that throw InvalidTermExceptionModifier and TypeMethodDescriptionvoidSimpleRichFeature.setSourceTerm(Term t) Set the source ontology-term for this feature.voidSimpleRichFeature.setTypeTerm(Term t) Set the type ontology-term for this feature.Constructors in org.biojavax.bio.seq that throw InvalidTermExceptionModifierConstructorDescriptionSimpleRichFeature(FeatureHolder parent, Feature.Template templ) Creates a new instance of SimpleRichFeature based on a template.