|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBRecordingStatisticSequenceEntry | |
---|---|
org.android.activityminer.app.db | GUI - Database management components. |
org.android.activityminer.persistence | The application persistence layer. |
Uses of DBRecordingStatisticSequenceEntry in org.android.activityminer.app.db |
---|
Fields in org.android.activityminer.app.db declared as DBRecordingStatisticSequenceEntry | |
---|---|
private DBRecordingStatisticSequenceEntry |
FeatureExtractionTask.sequenceStatistics
The sequence statistic to process. |
Fields in org.android.activityminer.app.db with type parameters of type DBRecordingStatisticSequenceEntry | |
---|---|
private List<DBRecordingStatisticSequenceEntry> |
ExpandableDBRecordingStatisticAdapter.entries
The list with the entries. |
Methods in org.android.activityminer.app.db that return DBRecordingStatisticSequenceEntry | |
---|---|
DBRecordingStatisticSequenceEntry |
ExpandableDBRecordingStatisticAdapter.getSequence(int groupPosition)
Getter for sequences by position |
Methods in org.android.activityminer.app.db with parameters of type DBRecordingStatisticSequenceEntry | |
---|---|
static void |
FeatureExtractionTask.createAndRunTask(Context context,
DBManager dbManager,
Configuration config,
DBRecordingStatisticSequenceEntry sequenceStatistic,
EventObserver<? extends TaskFinishedEvent> finishedObserver)
Does create and execute a feature extraction Task for the given configuration and recording identifiers. |
protected void |
DBRecordingViewFragment.deleteFeaturesForSequence(DBRecordingStatisticSequenceEntry sequenceStatistic)
Does delete all extracted features for the given sequence entry. |
protected void |
DBRecordingViewFragment.deleteRecording(DBRecordingStatisticSequenceEntry sequenceStatistic,
DBRecordingStatisticEntry recordStatistics)
Does delete the recording from the selected recoding statistic. |
protected void |
DBRecordingViewFragment.deleteSequence(DBRecordingStatisticSequenceEntry sequenceStatistic)
Does delete the sequence of the recording from the selected recoding statistic. |
private List<DBRecordingStatisticEntry> |
DBRecordingViewFragment.getRecordingStatisticsForSequenceBehindSelection(DBRecordingStatisticSequenceEntry sequenceStatistic,
DBRecordingStatisticEntry recordStatistics)
Getter for the recordings statistics from the given sequence behind the selected recording identifier |
private boolean |
DBRecordingViewFragment.onReassignSequenceToActivity(DBRecordingStatisticSequenceEntry sequenceStatistic)
Handler for reassignment of a sequence to an activity.. |
private boolean |
DBRecordingViewFragment.onRecordingDeletion(DBRecordingStatisticSequenceEntry sequenceStatistic,
DBRecordingStatisticEntry recordStatistics)
Handler for option delete selected recoding. |
private boolean |
DBRecordingViewFragment.onSequenceDeletion(DBRecordingStatisticSequenceEntry sequenceStatistic)
Handler for option delete sequence of selected recoding. |
private boolean |
DBRecordingViewFragment.onSequenceFeatureDeletion(DBRecordingStatisticSequenceEntry sequenceStatistic)
Handler for option delete extracted features for selected sequence. |
private boolean |
DBRecordingViewFragment.onSequenceFeatureExploration(DBRecordingStatisticSequenceEntry sequenceStatistic)
Handler for option explore features for selected sequence. |
private boolean |
DBRecordingViewFragment.onSequenceFeatureExtraction(DBRecordingStatisticSequenceEntry sequenceStatistic)
Handler for option extract features for selected sequence. |
private boolean |
DBRecordingViewFragment.onSequenceTruncation(DBRecordingStatisticSequenceEntry sequenceStatistic,
DBRecordingStatisticEntry recordStatistics)
Handler for option truncate sequence behind selected recoding. |
protected void |
DBRecordingViewFragment.truncateSequenceBehindSelected(DBRecordingStatisticSequenceEntry sequenceStatistic,
List<DBRecordingStatisticEntry> recStatisticsToRemove)
Does delete the sequence of the recording from the selected recoding statistic. |
Constructors in org.android.activityminer.app.db with parameters of type DBRecordingStatisticSequenceEntry | |
---|---|
FeatureExtractionTask(Context context,
DBRecordingStatisticSequenceEntry sequenceStatistics,
FeatureExtractionHelper<T> featureExtractionHelper)
Constructor |
Uses of DBRecordingStatisticSequenceEntry in org.android.activityminer.persistence |
---|
Fields in org.android.activityminer.persistence with type parameters of type DBRecordingStatisticSequenceEntry | |
---|---|
List<DBRecordingStatisticSequenceEntry> |
DBRecordingStatistic.sequences
The sequence of recordings sorted by activity label names and sequence identifiers |
Methods in org.android.activityminer.persistence with parameters of type DBRecordingStatisticSequenceEntry | |
---|---|
int |
DBRecordingStatisticSequenceEntry.Comparator.compare(DBRecordingStatisticSequenceEntry o1,
DBRecordingStatisticSequenceEntry o2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |