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