Uses of Interface
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.Resource

Packages that use Resource
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark   
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util   
 

Uses of Resource in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark
 

Subinterfaces of Resource in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark
 interface Project
          A representation of the model object 'Project'.
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark that return Resource
 Resource Discovery.getProject()
          Returns the value of the 'Project' reference.
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark with parameters of type Resource
 void Discovery.setProject(Resource value)
          Sets the value of the 'Project' reference.
 

Uses of Resource in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util with parameters of type Resource
 T BenchmarkSwitch.caseResource(Resource object)
          Returns the result of interpreting the object as an instance of 'Resource'.