Package | Description |
---|---|
com.modeliosoft.modelio.analyst.model | |
org.modelio.metamodel.analyst | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
TestContainer |
IAnalystModel.createTestContainer()
Create a new test container without container.
The returned test container has to be added in the test container hierarchy. |
TestContainer |
IAnalystModel.createTestContainer(java.lang.String name,
TestContainer owner)
Create a new test container without container.
The returned test container has to be added in the test container hierarchy. |
Modifier and Type | Method and Description |
---|---|
Test |
IAnalystModel.createTest(java.lang.String name,
TestContainer owner)
Create a new test without container.
The returned test has to be added in the test container hierarchy. |
TestContainer |
IAnalystModel.createTestContainer(java.lang.String name,
TestContainer owner)
Create a new test container without container.
The returned test container has to be added in the test container hierarchy. |
Modifier and Type | Method and Description |
---|---|
<T extends TestContainer> |
TestContainer.getOwnedContainer(java.lang.Class<T> filterClass)
Filtered Getter for relation 'TestContainer->OwnedContainer'
Metamodel description:
null
|
<T extends TestContainer> |
AnalystProject.getTestRoot(java.lang.Class<T> filterClass)
Filtered Getter for relation 'AnalystProject->TestRoot'
Metamodel description:
|
Modifier and Type | Method and Description |
---|---|
TestContainer |
TestContainer.getOwnerContainer()
Getter for relation 'TestContainer->OwnerContainer'
Metamodel description:
null
|
TestContainer |
Test.getOwnerContainer()
Getter for relation 'Test->OwnerContainer'
Metamodel description:
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TestContainer> |
TestContainer.getOwnedContainer()
Getter for relation 'TestContainer->OwnedContainer'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<TestContainer> |
AnalystProject.getTestRoot()
Getter for relation 'AnalystProject->TestRoot'
Metamodel description:
|
Modifier and Type | Method and Description |
---|---|
void |
TestContainer.setOwnerContainer(TestContainer value)
Setter for relation 'TestContainer->OwnerContainer'
Metamodel description:
null
|
void |
Test.setOwnerContainer(TestContainer value)
Setter for relation 'Test->OwnerContainer'
Metamodel description:
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractAnalystVisitor.visitTestContainer(TestContainer obj) |
java.lang.Object |
IAnalystVisitor.visitTestContainer(TestContainer obj) |
default java.lang.Object |
IAbstractAnalystVisitor.visitTestContainer(TestContainer obj) |
java.lang.Object |
DefaultAnalystVisitor.visitTestContainer(TestContainer obj) |
default java.lang.Object |
IDefaultAnalystVisitor.visitTestContainer(TestContainer obj) |