All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fixprotocol.md.event.MutableGraphContext Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package io.fixprotocol.md.event;


/**
 * An object that belongs to a graph
 *
 * @author Don Mendelson
 *
 */
public interface MutableGraphContext {

  /**
   * Set a parent Context to build a graph
   *
   * @param parent parent Context
   */
  void setParent(Context parent);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy