public class InitialStateTreeAction extends AbstractGroupTreeAction
AbstractGroupTreeAction.GroupTreeTraversal| Constructor and Description |
|---|
InitialStateTreeAction(GroupController groupController,
AbstractGroupEvaluationStrategy groupEvaluationStrategy)
Instantiates a new initial state action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doNodeActionForGroupMemberScheduleList(javax.swing.tree.DefaultMutableTreeNode currentNode,
GroupTreeNodeObject gtno)
Should do the required action on the specified node and
GroupTreeNodeObject of a group member that is a ScheduleList. |
void |
doNodeActionForGroupMemberTechnicalSystem(javax.swing.tree.DefaultMutableTreeNode currentNode,
GroupTreeNodeObject gtno)
Should do the required action on the specified node and
GroupTreeNodeObject of a group member that is a TechnicalSystem. |
void |
doNodeActionForGroupMemberTechnicalSystemGroup(javax.swing.tree.DefaultMutableTreeNode currentNode,
GroupTreeNodeObject gtno)
Should do the required action on the specified node and
GroupTreeNodeObject of a group member that is a TechnicalSystemGroup. |
void |
doNodeActionForTechnicalSystemGroup(javax.swing.tree.DefaultMutableTreeNode rootNode,
GroupTreeNodeObject gtno)
Should do the required action for the node of the current
TechnicalSystemGroup. |
doGroupTreeAction, doGroupTreeAction, doNodeAction, getGroupController, getGroupEvaluationStrategy, getGroupTreeTraversal, getNodes2Visit, getNodesNotVisited, getNodesVisited, getSequentialNetworkCalculation, isSequentialNetworkCalculation, setGroupEvaluationStrategy, setGroupTreeTraversal, setSequentialNetworkCalculationpublic InitialStateTreeAction(GroupController groupController, AbstractGroupEvaluationStrategy groupEvaluationStrategy)
groupController - the group controllergroupEvaluationStrategy - the group evaluation strategypublic void doNodeActionForTechnicalSystemGroup(javax.swing.tree.DefaultMutableTreeNode rootNode,
GroupTreeNodeObject gtno)
AbstractGroupTreeActionTechnicalSystemGroup.doNodeActionForTechnicalSystemGroup in class AbstractGroupTreeActionrootNode - the root node of the GroupTreeModelgtno - the GroupTreeNodeObjectpublic void doNodeActionForGroupMemberTechnicalSystem(javax.swing.tree.DefaultMutableTreeNode currentNode,
GroupTreeNodeObject gtno)
AbstractGroupTreeActionGroupTreeNodeObject of a group member that is a TechnicalSystem.doNodeActionForGroupMemberTechnicalSystem in class AbstractGroupTreeActioncurrentNode - the current node of the GroupTreeModel to work ongtno - the GroupTreeNodeObjectpublic void doNodeActionForGroupMemberTechnicalSystemGroup(javax.swing.tree.DefaultMutableTreeNode currentNode,
GroupTreeNodeObject gtno)
AbstractGroupTreeActionGroupTreeNodeObject of a group member that is a TechnicalSystemGroup.doNodeActionForGroupMemberTechnicalSystemGroup in class AbstractGroupTreeActioncurrentNode - the current node of the GroupTreeModel to work ongtno - the GroupTreeNodeObjectpublic void doNodeActionForGroupMemberScheduleList(javax.swing.tree.DefaultMutableTreeNode currentNode,
GroupTreeNodeObject gtno)
AbstractGroupTreeActionGroupTreeNodeObject of a group member that is a ScheduleList.doNodeActionForGroupMemberScheduleList in class AbstractGroupTreeActioncurrentNode - the current node of the GroupTreeModel to work ongtno - the GroupTreeNodeObject