
com.activitystream.model.interfaces.AnalyticsElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of as-sdk Show documentation
Show all versions of as-sdk Show documentation
AS-SDK is a java library to allow easy interoperability with Activity Stream.
package com.activitystream.model.interfaces;
import com.activitystream.model.analytics.TimeSeriesEntry;
public interface AnalyticsElement extends LinkedElement {
/************ Analytics ************/
/**
* Provides aspect and element specific dimensions for the given time series entry
*/
void addTimeSeriesDimensions(TimeSeriesEntry entry);
/**
* Provides aspect and element specific dimensions for the given time series entry
*/
void populateTimeSeriesEntry(TimeSeriesEntry entry, String context, long depth);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy