Class VolatileNodeDependencyProvider

java.lang.Object
de.aristaflow.adept2.core.changeoperations.NodeDependencyProvider
de.aristaflow.adept2.core.changeoperations.VolatileNodeDependencyProvider
All Implemented Interfaces:
DependencyProvider

public class VolatileNodeDependencyProvider extends NodeDependencyProvider
A dependency provider in the context of a template and a volatile node, i.e. a node that doesn't exist in the template yet. E.g. when an activity is drag & dropped onto a control edge, which will implicitly create a new node.
Author:
Patrick Schmidt
  • Constructor Details

    • VolatileNodeDependencyProvider

      public VolatileNodeDependencyProvider(Template template, int succNodeID)
      Constructs a new VolatileNodeDependencyProvider for the specified template and the/a node that will follow the node to be created.
      Parameters:
      template - the template
      succNodeID - node that will follow the node to be created
  • Method Details