-
Notifications
You must be signed in to change notification settings - Fork 263
What is a Graph in ATF
Gary edited this page Aug 27, 2014
·
1 revision
A graph is a collection of nodes with connecting edges. For example, this figure shows the ATF Fsm Editor Sample application window, which contains a simple state machine. In this graph, states are the nodes and transitions are the connecting edges:
ATF supports a variety of graphs and demonstrates them in samples: basic graphs in ATF Fsm Editor Sample, statecharts in ATF State Chart Editor Sample, and circuits in ATF Circuit Editor Sample. Graph support resides in the Sce.Atf.Controls.Adaptable.Graphs
namespace, split across two assemblies:
-
Atf.Gui
: Graph element classes and interfaces that are UI-platform-agnostic (such as Windows® Forms or WPF). -
Atf.Gui.WinForms
: Classes for working with graph elements, including adapters, renderers, documents, and validators, that are dependent on the Windows® Forms UI platform. (There are no WPF counterparts yet).
wws_atf\Framework\Atf.Gui\Controls\Adaptable\Graphs\Circuit
wws_atf\Framework\Atf.Gui.WinForms\Controls\Adaptable\Graphs\Circuit
- 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