OCL

Uses of Interface
org.topcased.checkresultmodel.Item

Packages that use Item
org.topcased.checkresultmodel   
org.topcased.checkresultmodel.impl   
org.topcased.checkresultmodel.util   
 

Uses of Item in org.topcased.checkresultmodel
 

Methods in org.topcased.checkresultmodel that return Item
 Item CheckresultmodelFactory.createItem()
          Returns a new object of class 'Item'
 

Methods in org.topcased.checkresultmodel that return types with arguments of type Item
 EList<Item> Rule.getRejectedItems()
          Returns the value of the 'Rejected Items' containment reference list.
 EList<Item> Rule.getSelectedItems()
          Returns the value of the 'Selected Items' containment reference list.
 

Uses of Item in org.topcased.checkresultmodel.impl
 

Classes in org.topcased.checkresultmodel.impl that implement Item
 class ItemImpl
          An implementation of the model object 'Item'
 

Fields in org.topcased.checkresultmodel.impl with type parameters of type Item
protected  EList<Item> RuleImpl.rejectedItems
          The cached value of the 'Rejected Items' containment reference list
protected  EList<Item> RuleImpl.selectedItems
          The cached value of the 'Selected Items' containment reference list
 

Methods in org.topcased.checkresultmodel.impl that return Item
 Item CheckresultmodelFactoryImpl.createItem()
           
 

Methods in org.topcased.checkresultmodel.impl that return types with arguments of type Item
 EList<Item> RuleImpl.getRejectedItems()
           
 EList<Item> RuleImpl.getSelectedItems()
           
 

Uses of Item in org.topcased.checkresultmodel.util
 

Methods in org.topcased.checkresultmodel.util with parameters of type Item
 T CheckresultmodelSwitch.caseItem(Item object)
          Returns the result of interpretting the object as an instance of 'Item'
 


OCL

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.