Class AbstractTree

java.lang.Object
io.vertx.tp.ambient.uca.digital.AbstractAide
io.vertx.tp.ambient.uca.digital.AbstractTree
All Implemented Interfaces:
Aide, Tree
Direct Known Subclasses:
TreeApp, TreeSigma

public abstract class AbstractTree extends AbstractAide implements Tree
Author:
Lang
  • Constructor Details

    • AbstractTree

      public AbstractTree()
  • Method Details

    • fetchTree

      protected io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchTree(io.vertx.core.json.JsonObject criteria)
    • condApp

      protected io.vertx.core.json.JsonObject condApp(String appId, String type, String code, Boolean leaf)
    • condSigma

      protected io.vertx.core.json.JsonObject condSigma(String sigma, String type, String code, Boolean leaf)