Class KClass

java.lang.Object
io.aeon.experiment.mu.KClass
All Implemented Interfaces:
Serializable

public class KClass extends Object implements Serializable
M/U means modal unit, its format is following, please refer the related definition.yml file and definition.json file for more details of KClass structure. KClass will be shared data structure ( JsonObject Part ) with KModule in up framework
Author:
Lang
See Also:
  • Method Details

    • create

      public static KClass create(io.horizon.atom.app.KApp app, String identifier, boolean recursion)
    • create

      public static KClass create(io.horizon.atom.app.KApp app, io.vertx.core.json.JsonObject classJ, boolean recursion)
    • hybrid

      public KHybrid hybrid()
    • identifier

      public String identifier()