Uses of Interface
org.eclipse.gmf.codegen.gmfgen.GenCompartment

Packages that use GenCompartment
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of GenCompartment in org.eclipse.gmf.codegen.gmfgen
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenCompartment
 GenCompartment GMFGenFactory.createGenCompartment()
          Returns a new object of class 'Gen Compartment'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenCompartment
 org.eclipse.emf.common.util.EList<GenCompartment> GenDiagram.getCompartments()
          Returns the value of the 'Compartments' containment reference list.
 org.eclipse.emf.common.util.EList<GenCompartment> GenNode.getCompartments()
          Returns the value of the 'Compartments' reference list.
 

Uses of GenCompartment in org.eclipse.gmf.codegen.gmfgen.impl
 

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenCompartment
 class GenCompartmentImpl
          An implementation of the model object 'Gen Compartment'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenCompartment
protected  org.eclipse.emf.common.util.EList<GenCompartment> GenDiagramImpl.compartments
          The cached value of the 'Compartments' containment reference list.
protected  org.eclipse.emf.common.util.EList<GenCompartment> GenNodeImpl.compartments
          The cached value of the 'Compartments' reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenCompartment
 GenCompartment GMFGenFactoryImpl.createGenCompartment()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenCompartment
 org.eclipse.emf.common.util.EList<GenCompartment> GenDiagramImpl.getCompartments()
           
 org.eclipse.emf.common.util.EList<GenCompartment> GenNodeImpl.getCompartments()
           
 

Uses of GenCompartment in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenCompartment
 T GMFGenSwitch.caseGenCompartment(GenCompartment object)
          Returns the result of interpreting the object as an instance of 'Gen Compartment'.
 



Copyright © 2012. All Rights Reserved.