|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--EVolve.DemoSource
| Constructor Summary | |
DemoSource()
|
|
| 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 |
| Constructor Detail |
public DemoSource()
| Method Detail |
public void init()
throws EVolveException
DataSource
init in interface DataSourceEVolveException
public void startBuildDefinition()
throws DataProcessingException
DataSource
startBuildDefinition in interface DataSourceDataProcessingException
public ElementDefinition getNextDefinition()
throws DataProcessingException
DataSource
getNextDefinition in interface DataSourceDataProcessingException
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 DataSourceDataProcessingExceptionpublic java.lang.String getName()
DataSource
getName in interface DataSourcepublic java.lang.String getFileName()
DataSource
getFileName in interface DataSourcepublic long getTotalNumberOfEvents()
DataSource
getTotalNumberOfEvents in interface DataSourcepublic long getNumberOfEvents(java.lang.String definitionName)
DataSource
getNumberOfEvents in interface DataSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||