Uses of Interface
org.biojava.bio.seq.RemoteFeature

Packages that use RemoteFeature
org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects. 
org.biojava.bio.seq.impl Standard in-memory implementations of Sequence and Feature
 

Uses of RemoteFeature in org.biojava.bio.seq
 

Methods in org.biojava.bio.seq with parameters of type RemoteFeature
 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
 class SimpleRemoteFeature
          A no-frills implementation of a remote feature.
 

Methods in org.biojava.bio.seq.impl with parameters of type RemoteFeature
 Feature SimpleRemoteFeature.DBResolver.resolve(RemoteFeature rFeat)