Uses of Class
org.eclipse.epsilon.eol.EolModelGroupDefinition

Packages that use EolModelGroupDefinition
org.eclipse.epsilon.egl   
org.eclipse.epsilon.eol   
 

Uses of EolModelGroupDefinition in org.eclipse.epsilon.egl
 

Methods in org.eclipse.epsilon.egl that return types with arguments of type EolModelGroupDefinition
 java.util.List<EolModelGroupDefinition> AbstractEglTemplate.getDeclaredModelGroupDefinitions()
           
 java.util.List<EolModelGroupDefinition> EglTemplateFactoryModuleAdapter.getDeclaredModelGroupDefinitions()
           
 java.util.Set<EolModelGroupDefinition> AbstractEglTemplate.getModelGroupDefinitions()
           
 java.util.Set<EolModelGroupDefinition> EglTemplateFactoryModuleAdapter.getModelGroupDefinitions()
           
 

Uses of EolModelGroupDefinition in org.eclipse.epsilon.eol
 

Methods in org.eclipse.epsilon.eol that return types with arguments of type EolModelGroupDefinition
 java.util.List<EolModelGroupDefinition> EolLibraryModule.getDeclaredModelGroupDefinitions()
           
 java.util.List<EolModelGroupDefinition> IEolLibraryModule.getDeclaredModelGroupDefinitions()
           
 java.util.Set<EolModelGroupDefinition> EolLibraryModule.getModelGroupDefinitions()
           
 java.util.Set<EolModelGroupDefinition> IEolLibraryModule.getModelGroupDefinitions()