Uses of Class
edu.mit.jwi.data.IHasLifecycle.LifecycleState

Packages that use IHasLifecycle.LifecycleState
edu.mit.jwi Provides the main dictionary interface and a default implementation. 
edu.mit.jwi.data Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources. 
 

Uses of IHasLifecycle.LifecycleState in edu.mit.jwi
 

Fields in edu.mit.jwi declared as IHasLifecycle.LifecycleState
protected  IHasLifecycle.LifecycleState RAMDictionary.state
           
 

Methods in edu.mit.jwi that return IHasLifecycle.LifecycleState
protected  IHasLifecycle.LifecycleState RAMDictionary.assertLifecycleState()
          This is an internal utility method that determines whether this dictionary should be considered open or closed.
 

Uses of IHasLifecycle.LifecycleState in edu.mit.jwi.data
 

Methods in edu.mit.jwi.data that return IHasLifecycle.LifecycleState
static IHasLifecycle.LifecycleState IHasLifecycle.LifecycleState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IHasLifecycle.LifecycleState[] IHasLifecycle.LifecycleState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.