|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestingFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
TestingPackage
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static TestingFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Action |
createAction()
Returns a new object of class 'Action'. |
Activity |
createActivity()
Returns a new object of class 'Activity'. |
Condition |
createCondition()
Returns a new object of class 'Condition'. |
ConditionOperation |
createConditionOperation()
Returns a new object of class 'Condition Operation'. |
ConditionRegistry |
createConditionRegistry()
Returns a new object of class 'Condition Registry'. |
Parameter |
createParameter()
Returns a new object of class 'Parameter'. |
Step |
createStep()
Returns a new object of class 'Step'. |
TestCase |
createTestCase()
Returns a new object of class 'Test Case'. |
Validation |
createValidation()
Returns a new object of class 'Validation'. |
TestingPackage |
getTestingPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final java.lang.String copyright
static final TestingFactory eINSTANCE
Method Detail |
---|
TestCase createTestCase()
Condition createCondition()
ConditionRegistry createConditionRegistry()
Activity createActivity()
Step createStep()
Validation createValidation()
Action createAction()
Parameter createParameter()
ConditionOperation createConditionOperation()
TestingPackage getTestingPackage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |