Package org.biojava.bio.seq.projection
Interface Projection
-
- All Known Implementing Classes:
ProjectedFeature
public interface Projection
Interface implemented by all projected feature objects.- Since:
- 1.2
- Author:
- Thomas Down
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectionContext
getProjectionContext()
Feature
getViewedFeature()
-
-
-
Method Detail
-
getViewedFeature
Feature getViewedFeature()
-
getProjectionContext
ProjectionContext getProjectionContext()
-
-