Package | Description |
---|---|
org.jbei.ice.storage.hibernate.dao | |
org.jbei.ice.storage.model |
Data models for ice objects.
|
Modifier and Type | Method and Description |
---|---|
Feature |
FeatureDAO.get(long id) |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
FeatureDAO.getFeatures(int offset,
int size,
String filter) |
Map<String,List<Feature>> |
FeatureDAO.getFeaturesGroupBy(int offset,
int size) |
Modifier and Type | Method and Description |
---|---|
List<SequenceFeature> |
SequenceFeatureDAO.getByFeature(Feature feature) |
List<Long> |
SequenceFeatureDAO.getEntryIdsByFeature(Feature feature) |
Modifier and Type | Method and Description |
---|---|
Feature |
FeatureCurationModel.getFeature() |
Feature |
SequenceFeature.getFeature() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureCurationModel.setFeature(Feature feature) |
void |
SequenceFeature.setFeature(Feature feature) |
Constructor and Description |
---|
SequenceFeature(Sequence sequence,
Feature feature,
int strand,
String name,
String genbankType,
SequenceFeature.AnnotationType annotationType) |
Copyright © 2017. All rights reserved.