Class MemoryChildNodeEntry

    • Constructor Detail

      • MemoryChildNodeEntry

        public MemoryChildNodeEntry​(java.lang.String name,
                                    NodeState node)
        Creates a child node entry with the given name and referenced child node state.
        Parameters:
        name - child node name
        node - child node state
    • Method Detail

      • iterable

        public static <E extends java.util.Map.Entry<java.lang.String,​? extends NodeState>> java.lang.Iterable<ChildNodeEntry> iterable​(java.lang.Iterable<E> set)
      • getName

        public java.lang.String getName()
        Description copied from interface: ChildNodeEntry
        The name of the child node state wrt. to its parent state.
        Returns:
        name of the child node
      • getNodeState

        public NodeState getNodeState()
        Description copied from interface: ChildNodeEntry
        The child node state
        Returns:
        child node state