ilog.cpl.equipment
Class EquipmentModelEvent.Type

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.util.IlEventType
          extended by ilog.cpl.graph.GraphModelEvent.Type
              extended by ilog.cpl.equipment.EquipmentModelEvent.Type
Enclosing class:
EquipmentModelEvent

public abstract static class EquipmentModelEvent.Type
extends GraphModelEvent.Type

Event types


Field Summary
static EquipmentModelEvent.Type CHILDREN_ADDED
          Signals that some new children have been added to an object.
static EquipmentModelEvent.Type CHILDREN_REMOVED
          Signals that some node children have been removed.
static EquipmentModelEvent.Type LINK_END_CHANGED
          Signals that a link end has been redirected.
static IlEnumInfo metainfo
          Metainformation about event types.
static EquipmentModelEvent.Type ROOT_OBJECT_ADDED
          Signals that a top-level object has been added to the model.
static EquipmentModelEvent.Type ROOT_OBJECT_REMOVED
          Signals that a top-level object has been removed from the model.
static EquipmentModelEvent.Type ROOT_OBJECTS_ADDED
          Signals that several top-level objects have been added to the model.
static EquipmentModelEvent.Type ROOT_OBJECTS_REMOVED
          Signals that several top-level objects have been removed from the model.
 
Fields inherited from class ilog.cpl.graph.GraphModelEvent.Type
SERIES_BEGIN, SERIES_END
 
Constructor Summary
protected EquipmentModelEvent.Type(String name)
          Create a new event type.
 
Method Summary
 
Methods inherited from class ilog.util.IlEventType
notify
 
Methods inherited from class ilog.util.IlEnum
getName, intern, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

metainfo

public static final IlEnumInfo metainfo
Metainformation about event types.


ROOT_OBJECT_ADDED

public static final EquipmentModelEvent.Type ROOT_OBJECT_ADDED
Signals that a top-level object has been added to the model.


ROOT_OBJECTS_ADDED

public static final EquipmentModelEvent.Type ROOT_OBJECTS_ADDED
Signals that several top-level objects have been added to the model.

Since:
JTGO 4.0

ROOT_OBJECT_REMOVED

public static final EquipmentModelEvent.Type ROOT_OBJECT_REMOVED
Signals that a top-level object has been removed from the model.


ROOT_OBJECTS_REMOVED

public static final EquipmentModelEvent.Type ROOT_OBJECTS_REMOVED
Signals that several top-level objects have been removed from the model.

Since:
JTGO 4.0

CHILDREN_ADDED

public static final EquipmentModelEvent.Type CHILDREN_ADDED
Signals that some new children have been added to an object.


CHILDREN_REMOVED

public static final EquipmentModelEvent.Type CHILDREN_REMOVED
Signals that some node children have been removed.


LINK_END_CHANGED

public static final EquipmentModelEvent.Type LINK_END_CHANGED
Signals that a link end has been redirected.

Since:
JTGO 4.0
Constructor Detail

EquipmentModelEvent.Type

protected EquipmentModelEvent.Type(String name)
Create a new event type.

Parameters:
name - Event name


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.