@Deprecated public class TechnicalSystemGroup_ScheduleListConverter extends AbstractGroupTreeAction
ScheduleLists
within a TechnicalSystemGroup in order to convert them as tree-structured
ScheduleList or as list-structured ScheduleList.| Modifier and Type | Class and Description |
|---|---|
static class |
TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo
Deprecated.
|
AbstractGroupTreeAction.GroupTreeTraversal| Constructor and Description |
|---|
TechnicalSystemGroup_ScheduleListConverter(GroupController groupController)
Deprecated.
Instantiates a new ScheduleListConverter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
convertScheduleListTo(TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo convertScheduleListTo)
Deprecated.
Sets how to convert
ScheduleLists located in the current TechnicalSystemGroup
and immediately starts to convert them. |
void |
doNodeActionForGroupMemberScheduleList(javax.swing.tree.DefaultMutableTreeNode currentNode,
GroupTreeNodeObject gtno)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Should do the required action for the node of the current
TechnicalSystemGroup. |
TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo |
getConvertScheduleListTo()
Deprecated.
Returns the current settings that describes how to convert
ScheduleLists located in the TechnicalSystemGroup. |
doGroupTreeAction, doGroupTreeAction, doNodeAction, getGroupController, getGroupEvaluationStrategy, getGroupTreeTraversal, getNodes2Visit, getNodesNotVisited, getNodesVisited, getSequentialNetworkCalculation, isSequentialNetworkCalculation, setGroupEvaluationStrategy, setGroupTreeTraversal, setSequentialNetworkCalculationpublic TechnicalSystemGroup_ScheduleListConverter(GroupController groupController)
groupController - the group controllerpublic TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo getConvertScheduleListTo()
ScheduleLists located in the TechnicalSystemGroup.public void convertScheduleListTo(TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo convertScheduleListTo)
ScheduleLists located in the current TechnicalSystemGroup
and immediately starts to convert them.convertScheduleListTo - the new convert schedule list topublic 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 GroupTreeNodeObjectpublic 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 GroupTreeNodeObject