EVolve.data
Class DataManager
java.lang.Object
  |
  +--EVolve.data.DataManager
- public class DataManager- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DataManager
public DataManager(DataSource dataSource)
init
public void init()
          throws DataProcessingException
- 
- DataProcessingException
 
sendEvents
public void sendEvents()
                throws DataProcessingException
- 
- DataProcessingException
 
getEntity
public Entity[][] getEntity()
- 
 
getElementDefinition
public ElementDefinition[] getElementDefinition()
- 
 
getElementDefinition
public ElementDefinition[] getElementDefinition(VisualizationDefinition visualizationDefinition)
- 
 
getDataFilter
public DataFilter[] getDataFilter(ElementDefinition subjectDefinition,
                                  java.lang.String property)
- 
 
getColor
public java.awt.Color getColor()
- 
 
getColorRGB
public int getColorRGB()
- 
 
getEventCounter
public int getEventCounter()
- 
 
getReferenceLink
public ReferenceLink[] getReferenceLink()
- 
 
isCompleted
public boolean isCompleted()
-