IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.navigation
Class VisitorStatus

java.lang.Object
  extended bycom.ibm.xtools.ras.profile.defauld.navigation.VisitorStatus

public final class VisitorStatus
extends Object

The VisitorStatus defines the statuses that can be returned during visitation.


Field Summary
static VisitorStatus IGNORE_CHILDREN
          Status indicating that the children of the current node should be skipped.
static VisitorStatus STOP_VISITING
          Status indicating that visting should be aborted.
static VisitorStatus VISIT_CHILDREN
          Status indicating that the children of the current node should be visited.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VISIT_CHILDREN

public static final VisitorStatus VISIT_CHILDREN
Status indicating that the children of the current node should be visited.


IGNORE_CHILDREN

public static final VisitorStatus IGNORE_CHILDREN
Status indicating that the children of the current node should be skipped.


STOP_VISITING

public static final VisitorStatus STOP_VISITING
Status indicating that visting should be aborted.


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.