ilog.cpl.graph.action
Class IlpCreateLinearGroupAction
java.lang.Object
javax.swing.AbstractAction
ilog.cpl.graph.action.IlpCreateObjectAction
ilog.cpl.graph.action.IlpCreateNodeAction
ilog.cpl.graph.action.IlpCreateLinearGroupAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class IlpCreateLinearGroupAction
- extends IlpCreateNodeAction
This action creates a representation node to represent a
linear group.
- Since:
- JTGO 4.0
- See Also:
- Serialized Form
IlpCreateLinearGroupAction
public IlpCreateLinearGroupAction(Class clazz)
- Constructor.
Specifies which representation object implementation class should
be used.
- Parameters:
clazz - A class implementing IlpRepresentationNode
interface.
getNodeAttributeGroup
protected IlpAttributeGroup getNodeAttributeGroup(IlpCreateNodeActionEvent event)
- Returns the business class of the linear group that will be
created.
- Overrides:
getNodeAttributeGroup in class IlpCreateNodeAction
- Parameters:
event - Event that is generated when a object creation is requested
- Returns:
- The attribute group of the group that will be created. By default,
IltLinearGroup is used.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.