Uses of Interface
org.biojava.bio.seq.RemoteFeature
-
Packages that use RemoteFeature Package Description org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.impl Standard in-memory implementations ofSequence
andFeature
. -
-
Uses of RemoteFeature in org.biojava.bio.seq
Methods in org.biojava.bio.seq with parameters of type RemoteFeature Modifier and Type Method Description Feature
RemoteFeature.Resolver. resolve(RemoteFeature rFeat)
Resolve rFeat. -
Uses of RemoteFeature in org.biojava.bio.seq.impl
Classes in org.biojava.bio.seq.impl that implement RemoteFeature Modifier and Type Class Description class
SimpleRemoteFeature
A no-frills implementation of a remote feature.Methods in org.biojava.bio.seq.impl with parameters of type RemoteFeature Modifier and Type Method Description Feature
SimpleRemoteFeature.DBResolver. resolve(RemoteFeature rFeat)
-