ilog.cpl.network
Class NetworkModelEvent.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.network.NetworkModelEvent.Type
Enclosing class:
NetworkModelEvent

public abstract static class NetworkModelEvent.Type
extends GraphModelEvent.Type

Type of events supported by this event class.


Field Summary
static NetworkModelEvent.Type CHILDREN_ADDED
          Signals that some new children have been added to an object.
static NetworkModelEvent.Type CHILDREN_REMOVED
          Signals that some of a node's children have been removed.
static NetworkModelEvent.Type LINK_END_CHANGED
          Signals that a link end has been redirected.
static IlEnumInfo metainfo
          Metainformation about event type.
static NetworkModelEvent.Type ROOT_OBJECT_ADDED
          Signals that a top-level object has been added to the model.
static NetworkModelEvent.Type ROOT_OBJECT_REMOVED
          Signals that a top-level object has been removed from the model.
static NetworkModelEvent.Type ROOT_OBJECTS_ADDED
          Signals that several top-level objects have been added to the model.
static NetworkModelEvent.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 NetworkModelEvent.Type(String name)
          Constructor
 
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 type.


ROOT_OBJECT_ADDED

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


ROOT_OBJECTS_ADDED

public static final NetworkModelEvent.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 NetworkModelEvent.Type ROOT_OBJECT_REMOVED
Signals that a top-level object has been removed from the model.


ROOT_OBJECTS_REMOVED

public static final NetworkModelEvent.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 NetworkModelEvent.Type CHILDREN_ADDED
Signals that some new children have been added to an object.


CHILDREN_REMOVED

public static final NetworkModelEvent.Type CHILDREN_REMOVED
Signals that some of a node's children have been removed.


LINK_END_CHANGED

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

Since:
JTGO 4.0
Constructor Detail

NetworkModelEvent.Type

protected NetworkModelEvent.Type(String name)
Constructor

Parameters:
name - Event type name


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