-
Notifications
You must be signed in to change notification settings - Fork 263
Graphs in ATF
gstaas edited this page Oct 30, 2014
·
2 revisions
A graph is a set of nodes with connecting edges. Graph editing applications are demonstrated in the ATF Circuit Editor Sample, ATF Fsm Editor Sample, and ATF State Chart Editor Sample. The ATF Diagram Editor Sample edits all the graphs the others do, but has very little code of its own, using components from the other graph editors.
- What is a Graph in ATF: General description of graphs.
- Graph Data Model: Data model for graphs using the ATF DOM.
- Types of Graphs: Types of graphs supported in ATF.
-
ATF Graph Interfaces: The main interface
IGraph
and other interfaces used in graphs. - General Graph Support: Description of general graph support.
- Circuit Graph Support: How to use circuit graphs, which ATF provides the most support for.
- Statechart Graph Support: Support for statechart type graphs.
- Home
- Getting Started
- Features & Benefits
- Requirements & Dependencies
- Gallery
- Technology & Samples
- Adoption
- News
- Release Notes
- ATF Community
- Searching Documentation
- Using Documentation
- Videos
- Tutorials
- How To
- Programmer's Guide
- Reference
- Code Samples
- Documentation Files
© 2014-2015, Sony Computer Entertainment America LLC