org.biojava.bio.seq.ragbag
Interface RagbagComponentDirectory
- All Known Implementing Classes:
- RagbagComponentDirectory.EmptyComponentDirectory, RagbagHashedComponentDirectory
- public interface RagbagComponentDirectory
provides a mapping of a reference to a specific ComponentFeature
It exists primarily to support the getComponent method
of DASDataSource.
- Since:
- 1.2
- Author:
- David Huen
UNLOGGED
public static final RagbagComponentDirectory UNLOGGED
addComponentFeature
public void addComponentFeature(java.lang.String ref,
ComponentFeature cf)
- Add specified component feature to the directory
getComponentFeature
public ComponentFeature getComponentFeature(java.lang.String ref)
- Parameters:
ref
- reference used in the RagbagMap file for this mapping