Class NormModel
java.lang.Object
io.aeon.experiment.shape.AbstractHModel
io.aeon.experiment.shape.internal.NormModel
- All Implemented Interfaces:
io.horizon.specification.app.HApp,io.horizon.specification.modeler.HModel,io.horizon.specification.typed.TJson,Serializable
- Author:
- Lang
- See Also:
-
Field Summary
Fields inherited from class io.aeon.experiment.shape.AbstractHModel
app, attributeMap, identifier, jsonFile, marker, reference, unique -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfromJson(io.vertx.core.json.JsonObject json) protected ConcurrentMap<String,io.horizon.specification.modeler.HAttribute> protected io.aeon.experiment.rule.RuleUniqueloadRule()io.vertx.core.json.JsonObjecttoJson()io.horizon.eon.em.modeler.ModelTypetype()Methods inherited from class io.aeon.experiment.shape.AbstractHModel
app, attribute, attribute, equals, file, fromFile, hashCode, initialize, loadReference, namespace, reference, rule, tag, trackable
-
Constructor Details
-
NormModel
-
-
Method Details
-
identifier
- Specified by:
identifierin interfaceio.horizon.specification.app.HApp- Overrides:
identifierin classAbstractHModel
-
toJson
public io.vertx.core.json.JsonObject toJson() -
fromJson
public void fromJson(io.vertx.core.json.JsonObject json) -
type
public io.horizon.eon.em.modeler.ModelType type() -
loadAttribute
- Specified by:
loadAttributein classAbstractHModel
-
loadRule
protected io.aeon.experiment.rule.RuleUnique loadRule()- Specified by:
loadRulein classAbstractHModel
-