|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--EVolve.data.ElementBuilder
|
+--EVolve.data.EventBuilder
Event builder.
| Field Summary |
| Fields inherited from class EVolve.data.ElementBuilder |
elementType |
| Constructor Summary | |
EventBuilder(java.lang.String eventName,
java.lang.String eventDescription)
Creates an event builder. |
|
| Method Summary | |
EventDefinition |
buildDefinition()
Builds the element definition. |
Event |
buildEvent()
Builds the event. |
void |
newEvent()
Starts building new event. |
void |
newEvent(boolean isOptional)
Starts building new event. |
| Methods inherited from class EVolve.data.ElementBuilder |
addReferenceField, addValueField, buildEntity, buildEntityDefinition, buildEventDefinition, buildReferenceDefinition, buildValueDefinition, init, newEntity |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EventBuilder(java.lang.String eventName,
java.lang.String eventDescription)
eventName - name of the eventseventDescription - description of the events| Method Detail |
public EventDefinition buildDefinition()
public void newEvent()
newEvent in class ElementBuilderpublic void newEvent(boolean isOptional)
newEvent in class ElementBuilderisOptional - indicate whether this event is an optional eventpublic Event buildEvent()
buildEvent in class ElementBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||