| Modifier and Type | Method and Description |
|---|---|
DefaultTerm |
DefaultTerm.cloneObject()
Creates and returns a deep copy of this
DefaultTerm object. |
DefaultTerm |
Transition.createDefaultTerm()
Creates a new
DefaultTerm object, adds it to this Transitions
ListOfFunctionTerms and returns the DefaultTerm object created. |
DefaultTerm |
ListOfFunctionTerms.createDefaultTerm()
Creates a new
DefaultTerm object, adds it to this
ListOfFunctionTerms and returns the DefaultTerm object created. |
DefaultTerm |
Transition.getDefaultTerm()
Get the
DefaultTerm from the ListOfFunctionTerms. |
DefaultTerm |
ListOfFunctionTerms.getDefaultTerm()
Get the
DefaultTerm from this ListOfFunctionTerms. |
| Modifier and Type | Method and Description |
|---|---|
int |
Transition.setDefaultTerm(DefaultTerm dt)
Sets the given 'DefaultTerm' to this
Transition. |
int |
ListOfFunctionTerms.setDefaultTerm(DefaultTerm dt)
Sets the given
DefaultTerm to this Transition. |
| Constructor and Description |
|---|
DefaultTerm(DefaultTerm orig)
Copy constructor for
DefaultTerm. |