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 TypeMethodDescriptionvoid
Feature.setSourceTerm
(Term t) Set the source ontology-term for this feature.void
Feature.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 TypeMethodDescriptionvoid
SimpleRichFeature.setSourceTerm
(Term t) Set the source ontology-term for this feature.void
SimpleRichFeature.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.