PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

This page is for data modellers who are new to using PhixFlow. It provides an introduction to using the modelling window.

Opening a Modelling Window

PhixFlow opens a modelling window when you:

  • add a new model.  In the repository, right-click on Analysis Models and select  Add.
  • display an existing model. In the repository, double-click on an analysis model's name to open its properties. In the properties toolbar, click the  Display button to display its modelling window in the workspace.

The modelling window shows a picture of either all or part of an analysis model.

Model Properties

In addition to the Common Properties, analysis models have a Name; see Analysis Model. They do not have any other properties, as all their content is in the model itself.

Modelling Objects

The toolbar at the top of a modelling window includes icons for the different objects that you can add to the model. The types of modelling object are:

Drag an object from the toolbar into the model to add new object of this type. For information about the object icons, see Modelling Window Toolbar Icons, below.

You can also drag in existing modelling objects from the repository. For example, to add an existing stream:

  1. Open the repository → Streams branch and find the stream.
  2. Drag the stream into the model.

Objects in models must be connected by pipes. Hover your mouse pointer over an object to display the popup toolbar and add a  Connector to connect two objects.

Usually you add modelling objects that belong to the same application. However, PhixFlow can share modelling objects between applications. When you drag in a modelling object from a different application, PhixFlow adds a small application icon to the top left of the object's icon.

When you make changes to a model, remember to save your changes by clicking the   Save button in the modelling window toolbar. 

Modelling Window Toolbar Icons

The default mode for the cursor in the modelling window is select. Pressing this button sets the mode to drag. Alternatively, while in select mode, keep the Ctrl key pressed on your keyboard, and with the left mouse button pressed move the pointer.

If you are in drag mode, pressing this button puts you back into select mode (the default mode when you open a new modelling window). While in select mode, keeping the left mouse button pressed and dragging over an area of the window, you can select several items in the model. Press the Alt key on your keyboard to include Pipes in the selection.

Organise selected objects in a grid.

Align all selected objects left.

Align all selected objects right.

Align all selected objects to top.

Align all selected objects to bottom.

Distribute all selected objects horizontally.

Distribute all selected objects vertically.

Object Types

Add a new Datasource to the Analysis Model.

Add a new FTP Site to the Analysis Model.

Add a new HTTP Datasource to the Analysis Model.

Add a new Database Collector to the Analysis Model.

Add a new File Collector to the Analysis Model.

Add a new HTTP Collector to the Analysis Model.

Add a new Database Exporter to the Analysis Model.

Add a new File Exporter to the Analysis Model.

Add a new HTTP Exporter to the Analysis Model.

Add a new Stream with function Aggregate to the Analysis Model.

Add a new Stream with function Calculate to the Analysis Model.

Add a new Stream with function Calculate By Set to the Analysis Model.

Add a new Stream with function Cartesian to the Analysis Model.

Add a new Stream with function Merge to the Analysis Model.

Show model details

Modelling Object Pop-up Toolbar

In the model, hover your mouse pointer over any object to display a pop-up toolbar. The pop-up toolbar some of the same buttons that appear in the menu bar, described above. It also provides the following buttons:

Make this object static.

/

Disable/ enable this object.

Bring up a list of attributes for the object. Attributes can be selected from this list and dragged into an attribute list window for another object, so this is useful when building new objects in the model.

Show the list of views configured on this object.

Show the list of Stream Sets for this object. This brings up the Stream Set viewer.

Bring into the model all objects in the model that are inputs to this object.

Bring into the model all objects in the model that are outputs of this object.

Run the Analysis Engine on this object. All objects required to build the object selected will be run, but only these objects; so this may run analysis on objects that are not in the model, and analysis may not be run on some of the objects that are in the model.

Erase this object from the model. This object still exists in the repository, and it's data is available to any other object that refers to it.

Modelling Object Context Menu

Right-click on a modelling object to display its context menu. This includes many of the same options as in the menu bar or the hover menu. A few addition options are also available:

  • Copy Object: Create a copy of the object
  • Export Object: Export a copy of the object
  • Show All Predecessors: bring all objects that are used to build this object in the underlying model into the model.
  • Show All Successors: bring all objects that use this object in the underlying model into the model.
  • Rollback Stream: rollback data in the Stream. This brings up the Rollback form.
  • Permanently Delete: permanently delete the object from the underlying model in PhixFlow. This removes the object from PhixFlow completely - only do this if you are certain that you never want to use this object again.

Modelling Window Context Menu

Right-click anywhere on the modelling window to display the context menu:

  • Rollback Selected Objects: Rollback the data in the currently selected Streams
  • Copy Selected Objects: Create copies of the currently selected objects
  • Delete Selected Objects: Delete selected objects
  • Enable Selected Objects: Enable selected objects
  • Disable Selected Objects: Disable selected objects
  • Switch The Static Flag On In The Selected Objects: Switch the 'static' flag on in the currently selected Streams and Pipes
  • Switch The Static Flag Off In The Selected Objects: Switch the 'static' flag off in the currently selected Streams and Pipes


Moving a Modelling Window

As models get bigger, you may find that modelling window only shows part of the model. If part of the model is off-screen, PhixFlow will display arrows:

   

Use the arrows to move the modelling window to show different parts of the model. Alternatively, you can drag the model around in the modelling window.

Keyboard support

If you are in select mode , there are keyboard commands available:

  • Ctrl:
    • either switch to drag mode (move the pointer with the left mouse button pressed)
    • or select multiple items (click left mouse button on items).
  • Alt: Include pipes in selection.


  • No labels