Class RatsTree

    • Constructor Detail

      • RatsTree

        public RatsTree()
        Initializes the tree with no classes.
    • Method Detail

      • checkClassname

        protected String checkClassname​(adams.gui.goe.actorpathtree.ActorPathNode node,
                                        String classname)
        Processes the classname, returns null if not suitable to be added to the node.
        Overrides:
        checkClassname in class adams.gui.goe.actorpathtree.ActorPathTree<adams.gui.goe.actorpathtree.ActorPathNode>
        Parameters:
        node - the node currently processed
        classname - the classname to process
        Returns:
        null if not acceptable, otherwise the classname