1 / 9

EGGDT

EGGDT. Event Graph Graphical Design Tool. EGGDT FEATURES. Design Discrete Event Simulations using Event Graphs (EG) Generate Java source code using the Simkit. Manipulate Event Graphs files. Now binary files. OBJECTIVE of this project: Define a DTD for EG XML files. EG Conceptual Model.

rosenorman
Télécharger la présentation

EGGDT

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EGGDT Event Graph Graphical Design Tool

  2. EGGDT FEATURES • Design Discrete Event Simulations using Event Graphs (EG) • Generate Java source code using the Simkit. • Manipulate Event Graphs files. Now binary files. • OBJECTIVE of this project: Define a DTD for EG XML files

  3. EG Conceptual Model

  4. DTD Elements

  5. DTD Elements

  6. DTD Elements

  7. Style Sheet • Event Graph are graphical representation of a Event Discrete Simulation Model. • The Style Sheet extracts the basic elements. Events, Edges and Simulation Variables.

  8. <Event> <Identification id="EV01"/> <EventCenter> <Point> <XCoordinate>12 </XCoordinate> <YCoordinate>300 </YCoordinate> </Point> </EventCenter> <Name name="Arrival"/> <OutgoingEdge id="SE01"/> <OutgoingEdge id="STE01"/> </Event> <Event> <Identification id="EV01"/> <Name>Arrival</Name> <OutgoingEdge id="SE01"/> <OutgoingEdge id="STE01"/> </Event> XSLT Event Example

  9. <SelfEdge> <Identification id="SE01"/> <TargetEvent id="EV01"/> <SourceEndPoint> <Point> <XCoordinate>3423</XCoordinate> <YCoordinate>34</YCoordinate> </Point> </SourceEndPoint> <TargetEndPoint> …….. </TargetEndPoint> <SourceControlPoint> …… </SourceControlPoint> <TargetControlPoint> ……. </TargetControlPoint> </SelfEdge> <SelfEdge> <Identification id="SE01"/> <TargetEvent id="EV01"/> </SelfEdge> XSLT Edge Example

More Related