TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.testprofile
Interface TPFDefault

All Superinterfaces:
CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, IDeployableComponent, IImplementor, INamedElement, org.eclipse.emf.common.notify.Notifier, TPFBehavior
All Known Implementing Classes:
TPFDefaultImpl

public interface TPFDefault
extends TPFBehavior

A representation of the model object 'TPF Default'. A default is a behavior that is activated when an unexpected event occurs on a test component.

The following features are supported:

See Also:
Common_TestprofilePackage.getTPFDefault()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getDefaultApplications()
          Returns the value of the 'Default Applications' reference list.
 
Methods inherited from interface org.eclipse.hyades.models.common.testprofile.TPFBehavior
getArbiter, getInteraction, getIsReentrant, getLocation, getResource, getTest, getTestComponent, setArbiter, setInteraction, setIsReentrant, setLocation, setResource, setTest, setTestComponent
 
Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, setName
 
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
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.IImplementor
getBlock, isExternalImplementor
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.IDeployableComponent
getEnvironmentVariables, getMethods, getOwner
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement
getDescription, getId, getName, setDescription, setId, setName
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getDefaultApplications

public org.eclipse.emf.common.util.EList getDefaultApplications()
Returns the value of the 'Default Applications' reference list. The list contents are of type TPFDefaultApplication. It is bidirectional and its opposite is 'Default'.

If the meaning of the 'Default Applications' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Applications' reference list.
See Also:
Common_TestprofilePackage.getTPFDefault_DefaultApplications(), TPFDefaultApplication.getDefault()

TPTP 4.1.0 Platform Project
Public API Specification