Package step.plugins.views.functions
Class AbstractTimeBasedModel<T>
java.lang.Object
step.core.accessors.AbstractIdentifiableObject
step.core.views.ViewModel
step.plugins.views.functions.AbstractTimeBasedModel<T>
-
Field Summary
Fields inherited from class step.core.accessors.AbstractIdentifiableObject
customFields, ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongintintvoidsetIntervals(TreeMap<Long, T> intervals) voidsetMaxTime(long maxTime) voidsetMinTime(long minTime) voidsetResolution(int resolution) voidsetResolutionIndex(int resolutionIndex) Methods inherited from class step.core.views.ViewModel
getExecutionId, getViewId, setExecutionId, setViewIdMethods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
-
Constructor Details
-
AbstractTimeBasedModel
public AbstractTimeBasedModel()
-
-
Method Details
-
getResolutionIndex
public int getResolutionIndex() -
setResolutionIndex
public void setResolutionIndex(int resolutionIndex) -
getIntervals
-
setIntervals
-
getResolution
public int getResolution() -
setResolution
public void setResolution(int resolution) -
getMinTime
public long getMinTime() -
setMinTime
public void setMinTime(long minTime) -
getMaxTime
public long getMaxTime() -
setMaxTime
public void setMaxTime(long maxTime)
-