Package com.yahoo.config
Class ModelNode
- All Implemented Interfaces:
Cloneable
Represents a 'model' in a
ConfigInstance.- Author:
- bratseth
-
Field Summary
Fields inherited from class com.yahoo.config.LeafNode
initialized, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandoSetValue(String stringVal) getValue()Subclasses must implement this, in compliance with the rules given in the return tag.static Map<String,ModelReference> toModelReferenceMap(Map<String, ModelNode> nodeMap) static List<ModelReference>toModelReferences(List<ModelNode> modelNodes) toString()Subclasses must implement this, in compliance with the rules given in the return tag.Methods inherited from class com.yahoo.config.Node
postInitialize
-
Constructor Details
-
ModelNode
public ModelNode() -
ModelNode
-
-
Method Details
-
getValue
Description copied from class:LeafNodeSubclasses must implement this, in compliance with the rules given in the return tag. -
toString
Description copied from class:LeafNodeSubclasses must implement this, in compliance with the rules given in the return tag. -
doSetValue
- Specified by:
doSetValuein classLeafNode<Path>
-
getModelReference
-
toModelReferences
-
toModelReferenceMap
-