public interface TestTreeSet extends TestsheetView
The following features are supported:
TreesetPackage.getTestTreeSet()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
MessageSection |
getExpectedMessageSection()
Returns the value of the 'Expected Message Section' containment reference
|
TestNode |
getExpectedRoot()
Returns the value of the 'Expected Root' containment reference
|
TestNode |
getInputRoot()
Returns the value of the 'Input Root' containment reference
|
MessageSection |
getOutputMessageSection()
Returns the value of the 'Output Message Section' containment reference
|
TestNode |
getOutputRoot()
Returns the value of the 'Output Root' containment reference
|
com.corticon.eclipse.core.util.Selection |
getSelection()
Returns the value of the 'Selection' attribute
|
Testsheet |
getTestsheet()
Returns the value of the 'Testsheet' reference
|
void |
setExpectedMessageSection(MessageSection value)
Sets the value of the '
Expected Message Section' containment reference |
void |
setExpectedRoot(TestNode value)
Sets the value of the '
Expected Root' containment reference |
void |
setInputRoot(TestNode value)
Sets the value of the '
Input Root' containment reference |
void |
setOutputMessageSection(MessageSection value)
Sets the value of the '
Output Message Section' containment reference |
void |
setOutputRoot(TestNode value)
Sets the value of the '
Output Root' containment reference |
void |
setSelection(com.corticon.eclipse.core.util.Selection value)
Sets the value of the '
Selection' attribute |
void |
setTestsheet(Testsheet value)
Sets the value of the '
Testsheet' reference |
static final java.lang.String copyright
TestNode getInputRoot()
If the meaning of the 'Input Root' containment reference isn't clear, there really should be more of a description here...
setInputRoot(TestNode),
TreesetPackage.getTestTreeSet_InputRoot()void setInputRoot(TestNode value)
Input Root' containment reference.
value - the new value of the 'Input Root' containment reference.getInputRoot()TestNode getOutputRoot()
If the meaning of the 'Output Root' containment reference isn't clear, there really should be more of a description here...
setOutputRoot(TestNode),
TreesetPackage.getTestTreeSet_OutputRoot()void setOutputRoot(TestNode value)
Output Root' containment reference.
value - the new value of the 'Output Root' containment reference.getOutputRoot()MessageSection getOutputMessageSection()
If the meaning of the 'Output Message Section' containment reference isn't clear, there really should be more of a description here...
setOutputMessageSection(MessageSection),
TreesetPackage.getTestTreeSet_OutputMessageSection()void setOutputMessageSection(MessageSection value)
Output Message Section' containment reference.
value - the new value of the 'Output Message Section' containment reference.getOutputMessageSection()com.corticon.eclipse.core.util.Selection getSelection()
If the meaning of the 'Selection' attribute isn't clear, there really should be more of a description here...
setSelection(Selection),
TreesetPackage.getTestTreeSet_Selection()void setSelection(com.corticon.eclipse.core.util.Selection value)
Selection' attribute.
value - the new value of the 'Selection' attribute.getSelection()Testsheet getTestsheet()
If the meaning of the 'Testsheet' reference isn't clear, there really should be more of a description here...
setTestsheet(Testsheet),
TreesetPackage.getTestTreeSet_Testsheet()void setTestsheet(Testsheet value)
Testsheet' reference.
value - the new value of the 'Testsheet' reference.getTestsheet()TestNode getExpectedRoot()
If the meaning of the 'Expected Root' containment reference isn't clear, there really should be more of a description here...
setExpectedRoot(TestNode),
TreesetPackage.getTestTreeSet_ExpectedRoot()void setExpectedRoot(TestNode value)
Expected Root' containment reference.
value - the new value of the 'Expected Root' containment reference.getExpectedRoot()MessageSection getExpectedMessageSection()
If the meaning of the 'Expected Message Section' containment reference isn't clear, there really should be more of a description here...
setExpectedMessageSection(MessageSection),
TreesetPackage.getTestTreeSet_ExpectedMessageSection()void setExpectedMessageSection(MessageSection value)
Expected Message Section' containment reference.
value - the new value of the 'Expected Message Section' containment reference.getExpectedMessageSection()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.