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

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

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


/**
 * An object that has context in a graph
 *
 * @author Don Mendelson
 *
 */
public interface GraphContext {

  /**
   * Returns the Context to which an object belongs, or a broader Context
   *
   * @return a parent Context or {@code null} if there is no parent (root context)
   */
  Context getParent();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy