|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--EVolve.ContinuousDataSource
| Nested Class Summary | |
(package private) class |
ContinuousDataSource.LineTokenizer
|
| Field Summary | |
static java.lang.String |
DATASOURCE_NAME
|
| Constructor Summary | |
ContinuousDataSource()
|
|
| Method Summary | |
java.lang.String |
getFileName()
Gets the name of the data trace file. |
java.lang.String |
getName()
Gets the name of the datasource. |
ElementDefinition |
getNextDefinition()
Gets the next element definition. |
Entity |
getNextEntity()
Gets the next entity. |
Event |
getNextEvent()
Gets the next event. |
long |
getNumberOfEvents(java.lang.String definitionName)
Gets number of events corresponding event definition name |
long |
getTotalNumberOfEvents()
Gets total number of events in the data trace |
void |
init()
Initializes the data source. |
void |
startBuildDefinition()
Starts building the element definitions. |
void |
startBuildEntity()
Starts building the entities. |
void |
startBuildEvent()
Starts building the events. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String DATASOURCE_NAME
| Constructor Detail |
public ContinuousDataSource()
| Method Detail |
public void init()
throws EVolveException
DataSource
init in interface DataSourceEVolveExceptionpublic java.lang.String getName()
DataSource
getName in interface DataSourcepublic java.lang.String getFileName()
DataSource
getFileName in interface DataSource
public void startBuildDefinition()
throws DataProcessingException
DataSource
startBuildDefinition in interface DataSourceDataProcessingException
public ElementDefinition getNextDefinition()
throws DataProcessingException
DataSource
getNextDefinition in interface DataSourceDataProcessingExceptionpublic long getNumberOfEvents(java.lang.String definitionName)
DataSource
getNumberOfEvents in interface DataSourcepublic long getTotalNumberOfEvents()
DataSource
getTotalNumberOfEvents in interface DataSource
public void startBuildEntity()
throws DataProcessingException
DataSource
startBuildEntity in interface DataSourceDataProcessingException
public Entity getNextEntity()
throws DataProcessingException
DataSource
getNextEntity in interface DataSourceDataProcessingException
public void startBuildEvent()
throws DataProcessingException
DataSource
startBuildEvent in interface DataSourceDataProcessingException
public Event getNextEvent()
throws DataProcessingException
DataSource
getNextEvent in interface DataSourceDataProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||