|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TPFTestSuite
A representation of the model object 'TPF Test Suite'.
Common_TestprofilePackage.getTPFTestSuite()The following features are supported:
| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
TPFArbiter |
getArbiter()
Returns the value of the 'Arbiter' containment reference. |
org.eclipse.emf.common.util.EList |
getDatapools()
Returns the value of the 'Datapools' reference list. |
java.lang.String |
getPersistenceId()
Returns the value of the 'Persistence Id' attribute |
org.eclipse.emf.common.util.EList |
getReferencedSuites()
Returns the value of the 'Referenced Suites' reference list. |
org.eclipse.emf.common.util.EList |
getSUTs()
Returns the value of the 'SU Ts' containment reference list. |
org.eclipse.emf.common.util.EList |
getTestCases()
Returns the value of the 'Test Cases' containment reference list. |
org.eclipse.emf.common.util.EList |
getTestComponents()
Returns the value of the 'Test Components' containment reference list. |
void |
setArbiter(TPFArbiter value)
Sets the value of the ' Arbiter' containment reference |
void |
setPersistenceId(java.lang.String value)
Sets the value of the ' Persistence Id' attribute |
| Methods inherited from interface org.eclipse.hyades.models.common.configuration.CFGClass |
|---|
getInstances, getInstantiations, getOperations |
| 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.IDeployableComponent |
|---|
getEnvironmentVariables, getLocation, getMethods, getOwner, getResource, setLocation, setResource |
| Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement |
|---|
getDescription, getId, getName, setDescription, setId, setName |
| Methods inherited from interface org.eclipse.hyades.models.common.testprofile.TPFTest |
|---|
getBehavior, getTestObjectives, getType, setBehavior, setType |
| 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.ITest |
|---|
getImplementor, getVariables |
| Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement |
|---|
getDescription, getId, getName, setDescription, setId, setName |
| Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.ITestSuite |
|---|
getIReferencedSuites, getISystemsUnderTest, getITestCases, getITestComponents, getType, setType |
| Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.ITest |
|---|
getImplementor, getVariables |
| Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement |
|---|
getDescription, getId, getName, setDescription, setId, setName |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
java.lang.String getPersistenceId()
If the meaning of the 'Persistence Id' attribute isn't clear, there really should be more of a description here...
setPersistenceId(String),
Common_TestprofilePackage.getTPFTestSuite_PersistenceId()void setPersistenceId(java.lang.String value)
Persistence Id' attribute.
value - the new value of the 'Persistence Id' attribute.getPersistenceId()org.eclipse.emf.common.util.EList getTestCases()
TPFTestCase.
It is bidirectional and its opposite is 'Test Suite'.
If the meaning of the 'Test Cases' containment reference list isn't clear, there really should be more of a description here...
Common_TestprofilePackage.getTPFTestSuite_TestCases(),
TPFTestCase.getTestSuite()org.eclipse.emf.common.util.EList getSUTs()
TPFSUT.
It is bidirectional and its opposite is 'Test Suite'.
If the meaning of the 'SU Ts' containment reference list isn't clear, there really should be more of a description here...
Common_TestprofilePackage.getTPFTestSuite_SUTs(),
TPFSUT.getTestSuite()TPFArbiter getArbiter()
Test Suite'.
If the meaning of the 'Arbiter' containment reference isn't clear, there really should be more of a description here...
setArbiter(TPFArbiter),
Common_TestprofilePackage.getTPFTestSuite_Arbiter(),
TPFArbiter.getTestSuite()void setArbiter(TPFArbiter value)
Arbiter' containment reference.
value - the new value of the 'Arbiter' containment reference.getArbiter()org.eclipse.emf.common.util.EList getTestComponents()
TPFTestComponent.
It is bidirectional and its opposite is 'Test Suite'.
If the meaning of the 'Test Components' containment reference list isn't clear, there really should be more of a description here...
Common_TestprofilePackage.getTPFTestSuite_TestComponents(),
TPFTestComponent.getTestSuite()org.eclipse.emf.common.util.EList getReferencedSuites()
TPFTestSuite.
If the meaning of the 'Referenced Suites' reference list isn't clear, there really should be more of a description here...
Common_TestprofilePackage.getTPFTestSuite_ReferencedSuites()org.eclipse.emf.common.util.EList getDatapools()
DPLDatapool.
If the meaning of the 'Datapools' reference list isn't clear, there really should be more of a description here...
Common_TestprofilePackage.getTPFTestSuite_Datapools()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||