Ogma


Ogma.algorithms


Ogma.events


Ogma.export


Ogma.generate


Ogma.geo


Ogma.keyboard


Ogma.layers


Ogma.layouts


Ogma.parse


Ogma.rules


Ogma.schema


Ogma.styles


Ogma.tools

Ogma.tools.brand


Ogma.tools.connectNodes


Ogma.tools.lasso


Ogma.tools.legend


Ogma.tools.rectangleSelect


Ogma.tools.resize


Ogma.tools.rewire


Ogma.tools.snapping


Ogma.tools.tooltip



Ogma.transformations

Transformations allow to change the structure of the graph based on rules. For example, a grouping transformation can group together nodes that share the same country data property: nodes that compose the groups are virtually removed from the graph (they can still be manipulated via the API but are not visible anymore) and new nodes, which represent the groups, are added to the graph. These new nodes can be manipulated like regular nodes but cannot be removed. Nodes and edges that are created this way are called "virtual".

There are currently two types of transformations: groups and filters. Filters hide nodes/edges based on a criteria.

Multiple transformations can be applied at once, in which case they are applied one after another. For example you can filter, group and then filter again based on the result of the grouping.

Transformations are automatically updated in the following cases:

  • a transformation is added/removed/enabled/disabled
  • a node/edge is added/removed
  • the data of a node/edge changes (only if the option transformation.updateOnDataChange is true)

When transformations are updated, all transformations are undone and then run again. Transformation updates are batched, making sure multiple events that trigger an update will only result in one single update.


Ogma.view


Node


Edge


NodeList


EdgeList


geometry

Ogma static toolbox for geometry purposes


geometry.lines


parse

Ogma static toolbox for data imports


StyleClass


StyleRule


Transformation


NonObjectPropertyWatcher

Retrieved from ogma.schema.watchNodeNonObjectProperty() or ogma.schema.watchEdgeNonObjectProperty().


ObjectPropertyWatcher

Retrieved from ogma.schema.watchNodeProperties() or ogma.schema.watchEdgeProperties().


PropertyInformation

Retrieved from watcher.getPropertyInfo().


Key types


Other types


Key types