Uses of Class
ch.ladestation.connectncharge.model.game.gamelogic.Node
Packages that use Node
Package
Description
contains the main controller of the app (ApplicationController) and many less important ones in sub-packages.
contains model classes of the main game.
-
Uses of Node in ch.ladestation.connectncharge.controller
Methods in ch.ladestation.connectncharge.controller with parameters of type NodeModifier and TypeMethodDescriptionstatic boolean
ApplicationController.allTerminalsConnected
(Edge[] activatedEdges, Node[] terminals) void
ApplicationController.setTerminals
(Node[] terms) This method sets the attribute terminals. -
Uses of Node in ch.ladestation.connectncharge.model.game.gamelogic
Fields in ch.ladestation.connectncharge.model.game.gamelogic with type parameters of type NodeMethods in ch.ladestation.connectncharge.model.game.gamelogic that return NodeMethods in ch.ladestation.connectncharge.model.game.gamelogic with parameters of type NodeModifier and TypeMethodDescriptionprotected static boolean
Segment.activeTerminalsContains
(Node node) void
Edge.setFromNode
(Node fromNode) void
Method parameters in ch.ladestation.connectncharge.model.game.gamelogic with type arguments of type NodeModifier and TypeMethodDescriptionstatic void
Segment.setActiveTerminalsRef
(ObservableArray<Node> ref)