psdi.app.asset.topology.cron

Class AssetNumCharNode

  • java.lang.Object
    • psdi.app.asset.topology.cron.AssetNumCharNode


  • public class AssetNumCharNode
    extends java.lang.Object
    Node to represent one char out of assetnum in sequence.
    • Constructor Detail

      • AssetNumCharNode

        public AssetNumCharNode(char key)
        Constructor.
        Parameters:
        key -
    • Method Detail

      • getChild

        public AssetNumCharNode getChild(java.lang.Character childKey)
        Parameters:
        name -
        Returns:
      • getChildren

        protected java.util.Map getChildren()
        Returns:
        Returns the children.
      • setChildren

        protected void setChildren(java.util.Map children)
        Parameters:
        children - The children to set.
      • getKey

        protected char getKey()
        Returns:
        Returns the key.
      • setKey

        protected void setKey(char key)
        Parameters:
        key - The key to set.
      • getParent

        protected AssetNumCharNode getParent()
        Returns:
        Returns the parent.
      • setParent

        protected void setParent(AssetNumCharNode parent)
        Parameters:
        parent - The parent to set.
      • matchLastCharOfAnAssetnum

        protected boolean matchLastCharOfAnAssetnum()
      • setLastCharOfAssetnum

        protected void setLastCharOfAssetnum(boolean lastCharOfAssetnum)