X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fstates%2Fnode%2Fclass_;h=82f1903d95cf20a01ea202076e3879146a0225f5;hb=98355573139973cb7c3cdabda075492917cecde8;hp=7d73f8d3092d4276cb7786faae93f7e664504cc0;hpb=623221e8b97d0bb7a044265ce7418d0fe7894712;p=hub.git diff --git a/application/hub/main/states/node/class_ b/application/hub/main/states/node/class_ index 7d73f8d30..82f1903d9 100644 --- a/application/hub/main/states/node/class_ +++ b/application/hub/main/states/node/class_ @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Hub Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class Node???State extends BaseState implements NodeStateable { +class Node???State extends BaseNodeState implements Stateable { /** * Protected constructor * @@ -39,14 +39,14 @@ class Node???State extends BaseState implements NodeStateable { * Creates an instance of this class * * @param $nodeInstance An instance of a NodeHelper class - * @return $stateInstance An instance of a NodeStateable class + * @return $stateInstance An instance of a Stateable class */ public final static function createNode???State (NodeHelper $nodeInstance) { // Get new instance $stateInstance = new Node???State(); // Debug message - $stateInstance->debugOutput("NODE-STATE: Has changed from " . $nodeInstance->getPrintableState() . " to " . $stateInstance->getStateName() . "."); + //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('NODE-STATE: Has changed from ' . $nodeInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.'); // Set the node instance $stateInstance->setNodeInstance($nodeInstance);