TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.runner
Interface RunnerPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RunnerPackageImpl

public interface RunnerPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
RunnerFactory

Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static RunnerPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int SINGLE_FILE_RUNNER
          The meta object id for the 'Single File Runner' class.
static int SINGLE_FILE_RUNNER__NAME
          The feature id for the 'Name' attribute.
static int SINGLE_FILE_RUNNER__RESOURCE_FILTER
          The feature id for the 'Resource Filter' containment reference.
static int SINGLE_FILE_RUNNER_FEATURE_COUNT
          The number of structural features of the the 'Single File Runner' class.
 
Method Summary
 RunnerFactory getRunnerFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EReference getSingleFileRunner_ResourceFilter()
          Returns the meta object for the containment reference 'Resource Filter'.
 org.eclipse.emf.ecore.EClass getSingleFileRunner()
          Returns the meta object for class 'Single File Runner'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

public static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

public static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

public static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

public static final RunnerPackage eINSTANCE
The singleton instance of the package.


SINGLE_FILE_RUNNER

public static final int SINGLE_FILE_RUNNER
The meta object id for the 'Single File Runner' class.

See Also:
SingleFileRunnerImpl, RunnerPackageImpl.getSingleFileRunner(), Constant Field Values

SINGLE_FILE_RUNNER__NAME

public static final int SINGLE_FILE_RUNNER__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

SINGLE_FILE_RUNNER__RESOURCE_FILTER

public static final int SINGLE_FILE_RUNNER__RESOURCE_FILTER
The feature id for the 'Resource Filter' containment reference.

See Also:
Constant Field Values

SINGLE_FILE_RUNNER_FEATURE_COUNT

public static final int SINGLE_FILE_RUNNER_FEATURE_COUNT
The number of structural features of the the 'Single File Runner' class.

See Also:
Constant Field Values
Method Detail

getSingleFileRunner

public org.eclipse.emf.ecore.EClass getSingleFileRunner()
Returns the meta object for class 'Single File Runner'.

Returns:
the meta object for class 'Single File Runner'.
See Also:
SingleFileRunner

getSingleFileRunner_ResourceFilter

public org.eclipse.emf.ecore.EReference getSingleFileRunner_ResourceFilter()
Returns the meta object for the containment reference 'Resource Filter'.

Returns:
the meta object for the containment reference 'Resource Filter'.
See Also:
SingleFileRunner.getResourceFilter(), getSingleFileRunner()

getRunnerFactory

public RunnerFactory getRunnerFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

TPTP 4.1.0 Platform Project
Public API Specification