|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProjectData | |
|---|---|
| com.jstatcom.project | Project and settings management systems. |
| com.jstatcom.ts | Components and data types related to time series analysis. |
| Uses of ProjectData in com.jstatcom.project |
|---|
| Methods in com.jstatcom.project that return ProjectData | |
|---|---|
ProjectData[] |
ProjectDataManager.getProjectData()
Gets an array with all project data from the data handlers that have been registered with this manager. |
ProjectData |
ProjectDataHandler.getProjectData()
Gets the project data from the implementing data handler. |
| Methods in com.jstatcom.project with parameters of type ProjectData | |
|---|---|
void |
Project.addProjectData(ProjectData pData)
Adds project data to this project. |
void |
ProjectDataManager.setProjectData(ProjectData data)
Sets the project data to the respective handler. |
void |
ProjectDataHandler.setProjectData(ProjectData data)
Sets the project data to the implementing handler. |
| Uses of ProjectData in com.jstatcom.ts |
|---|
| Classes in com.jstatcom.ts that implement ProjectData | |
|---|---|
class |
TSProjectData
Implementation of ProjectData for the time series data type. |
| Methods in com.jstatcom.ts that return ProjectData | |
|---|---|
ProjectData |
TSHolder.getProjectData()
Gets the project data from this shared data repository. |
| Methods in com.jstatcom.ts with parameters of type ProjectData | |
|---|---|
void |
TSHolder.setProjectData(ProjectData pData)
Sets the project data to this shared data repository for time series. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||