|
||||||||||
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 | |
ElementDefinition |
getNextDefinition()
Gets the next element definition. |
Entity |
getNextEntity()
Gets the next entity. |
Event |
getNextEvent()
Gets the next event. |
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 DataProcessingException
DataSource
init
in interface DataSource
DataProcessingException
public void startBuildDefinition() throws DataProcessingException
DataSource
startBuildDefinition
in interface DataSource
DataProcessingException
public ElementDefinition getNextDefinition() throws DataProcessingException
DataSource
getNextDefinition
in interface DataSource
DataProcessingException
public void startBuildEntity() throws DataProcessingException
DataSource
startBuildEntity
in interface DataSource
DataProcessingException
public Entity getNextEntity() throws DataProcessingException
DataSource
getNextEntity
in interface DataSource
DataProcessingException
public void startBuildEvent() throws DataProcessingException
DataSource
startBuildEvent
in interface DataSource
DataProcessingException
public Event getNextEvent() throws DataProcessingException
DataSource
getNextEvent
in interface DataSource
DataProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |