TPTP 4.2.0 Platform Project
Public API Specification

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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TPFDefaultApplicationImpl

public interface TPFDefaultApplication
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'TPF Default Application'. A default application is the a reference to a default behavior, owned by an element deifining its scope. This allows the default to be activated should an unexpected event occur on a component, based on its scope.

The following features are supported:

See Also:
Common_TestprofilePackage.getTPFDefaultApplication()
Generated
[EMF] Model

Field Summary
static java.lang.String copyright
           
 
Method Summary
 TPFDefault getDefault()
          Returns the value of the 'Default' reference.
 BVRInteractionFragment getInteractionFragment()
          Returns the value of the 'Interaction Fragment' container reference.
 BVRLifeline getLifeline()
          Returns the value of the 'Lifeline' reference
 BVRMessageEnd getMessageEnd()
          Returns the value of the 'Message End' reference
 TPFTestComponent getTestComponent()
          Returns the value of the 'Test Component' reference
 void setDefault(TPFDefault value)
          Sets the value of the 'Default' reference
 void setInteractionFragment(BVRInteractionFragment value)
          Sets the value of the 'Interaction Fragment' container reference
 void setLifeline(BVRLifeline value)
          Sets the value of the 'Lifeline' reference
 void setMessageEnd(BVRMessageEnd value)
          Sets the value of the 'Message End' reference
 void setTestComponent(TPFTestComponent value)
          Sets the value of the 'Test Component' reference
 
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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getTestComponent

public TPFTestComponent getTestComponent()
Returns the value of the 'Test Component' reference.

If the meaning of the 'Test Component' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Test Component' reference.
See Also:
setTestComponent(TPFTestComponent), Common_TestprofilePackage.getTPFDefaultApplication_TestComponent()
Generated
[EMF] Model

setTestComponent

public void setTestComponent(TPFTestComponent value)
Sets the value of the 'Test Component' reference.

Parameters:
value - the new value of the 'Test Component' reference.
See Also:
getTestComponent()
Generated

getMessageEnd

public BVRMessageEnd getMessageEnd()
Returns the value of the 'Message End' reference.

If the meaning of the 'Message End' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message End' reference.
See Also:
setMessageEnd(BVRMessageEnd), Common_TestprofilePackage.getTPFDefaultApplication_MessageEnd()
Generated
[EMF] Model

setMessageEnd

public void setMessageEnd(BVRMessageEnd value)
Sets the value of the 'Message End' reference.

Parameters:
value - the new value of the 'Message End' reference.
See Also:
getMessageEnd()
Generated

getLifeline

public BVRLifeline getLifeline()
Returns the value of the 'Lifeline' reference.

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

Returns:
the value of the 'Lifeline' reference.
See Also:
setLifeline(BVRLifeline), Common_TestprofilePackage.getTPFDefaultApplication_Lifeline()
Generated
[EMF] Model

setLifeline

public void setLifeline(BVRLifeline value)
Sets the value of the 'Lifeline' reference.

Parameters:
value - the new value of the 'Lifeline' reference.
See Also:
getLifeline()
Generated

getInteractionFragment

public BVRInteractionFragment getInteractionFragment()
Returns the value of the 'Interaction Fragment' container reference. It is bidirectional and its opposite is 'Default Application'.

If the meaning of the 'Interaction Fragment' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Interaction Fragment' container reference.
See Also:
setInteractionFragment(BVRInteractionFragment), Common_TestprofilePackage.getTPFDefaultApplication_InteractionFragment(), BVRInteractionFragment.getDefaultApplication()
Generated
[EMF] Model
opposite="defaultApplication"

setInteractionFragment

public void setInteractionFragment(BVRInteractionFragment value)
Sets the value of the 'Interaction Fragment' container reference.

Parameters:
value - the new value of the 'Interaction Fragment' container reference.
See Also:
getInteractionFragment()
Generated

getDefault

public TPFDefault getDefault()
Returns the value of the 'Default' reference. It is bidirectional and its opposite is 'Default Applications'.

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

Returns:
the value of the 'Default' reference.
See Also:
setDefault(TPFDefault), Common_TestprofilePackage.getTPFDefaultApplication_Default(), TPFDefault.getDefaultApplications()
Generated
[EMF] Model
opposite="defaultApplications" required="true"

setDefault

public void setDefault(TPFDefault value)
Sets the value of the 'Default' reference.

Parameters:
value - the new value of the 'Default' reference.
See Also:
getDefault()
Generated

TPTP 4.2.0 Platform Project
Public API Specification