Uses of Interface
org.eclipse.emf.ecp.view.spi.categorization.model.VAbstractCategorization

Packages that use VAbstractCategorization
org.eclipse.emf.ecp.view.dynamictree.model   
org.eclipse.emf.ecp.view.dynamictree.model.impl   
org.eclipse.emf.ecp.view.dynamictree.model.util   
org.eclipse.emf.ecp.view.spi.categorization.model   
org.eclipse.emf.ecp.view.spi.categorization.model.impl   
org.eclipse.emf.ecp.view.spi.categorization.model.util   
 

Uses of VAbstractCategorization in org.eclipse.emf.ecp.view.dynamictree.model
 

Subinterfaces of VAbstractCategorization in org.eclipse.emf.ecp.view.dynamictree.model
 interface DynamicContainmentTree
          A representation of the model object 'Dynamic Containment Tree'.
 

Uses of VAbstractCategorization in org.eclipse.emf.ecp.view.dynamictree.model.impl
 

Classes in org.eclipse.emf.ecp.view.dynamictree.model.impl that implement VAbstractCategorization
 class DynamicContainmentTreeImpl
          An implementation of the model object 'Dynamic Containment Tree'.
 

Uses of VAbstractCategorization in org.eclipse.emf.ecp.view.dynamictree.model.util
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.util with parameters of type VAbstractCategorization
 T ModelSwitch.caseAbstractCategorization(VAbstractCategorization object)
          Returns the result of interpreting the object as an instance of 'Abstract Categorization'.
 

Uses of VAbstractCategorization in org.eclipse.emf.ecp.view.spi.categorization.model
 

Subinterfaces of VAbstractCategorization in org.eclipse.emf.ecp.view.spi.categorization.model
 interface VCategorization
          A representation of the model object 'Categorization'.
 interface VCategory
          A representation of the model object 'Category'.
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model that return types with arguments of type VAbstractCategorization
 org.eclipse.emf.common.util.EList<VAbstractCategorization> VCategorization.getCategorizations()
          Returns the value of the 'Categorizations' containment reference list.
 org.eclipse.emf.common.util.EList<VAbstractCategorization> VCategorizationElement.getCategorizations()
          Returns the value of the 'Categorizations' containment reference list.
 

Uses of VAbstractCategorization in org.eclipse.emf.ecp.view.spi.categorization.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.categorization.model.impl that implement VAbstractCategorization
 class VAbstractCategorizationImpl
          An implementation of the model object 'Abstract Categorization'.
 class VCategorizationImpl
          An implementation of the model object 'Categorization'.
 class VCategoryImpl
          An implementation of the model object 'Category'.
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.impl that return types with arguments of type VAbstractCategorization
 org.eclipse.emf.common.util.EList<VAbstractCategorization> VCategorizationImpl.getCategorizations()
           
 org.eclipse.emf.common.util.EList<VAbstractCategorization> VCategorizationElementImpl.getCategorizations()
           
 

Uses of VAbstractCategorization in org.eclipse.emf.ecp.view.spi.categorization.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.util with parameters of type VAbstractCategorization
 T CategorizationSwitch.caseAbstractCategorization(VAbstractCategorization object)
          Returns the result of interpreting the object as an instance of 'Abstract Categorization'.
 



Copyright © 2015. All Rights Reserved.