Uses of Interface
testmodel1.EmptyNode

Packages that use EmptyNode
testmodel1   
testmodel1.impl   
testmodel1.util   
 

Uses of EmptyNode in testmodel1
 

Methods in testmodel1 that return EmptyNode
 EmptyNode TestModel1Factory.createEmptyNode()
          Returns a new object of class 'Empty Node'
 

Uses of EmptyNode in testmodel1.impl
 

Classes in testmodel1.impl that implement EmptyNode
 class EmptyNodeImpl
          An implementation of the model object 'Empty Node'
 

Methods in testmodel1.impl that return EmptyNode
 EmptyNode TestModel1FactoryImpl.createEmptyNode()
           
 

Uses of EmptyNode in testmodel1.util
 

Methods in testmodel1.util with parameters of type EmptyNode
 java.lang.Object TestModel1Switch.caseEmptyNode(EmptyNode object)
          Returns the result of interpretting the object as an instance of 'Empty Node'
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.