Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
FunctionDefinition.cloneObject()
Creates and returns a deep copy of this
FunctionDefinition object. |
FunctionDefinition |
Model.createFunctionDefinition()
Creates a new
FunctionDefinition inside this Model and returns it. |
FunctionDefinition |
ListOfFunctionDefinitions.get(long n)
Get a
FunctionDefinition from the ListOfFunctionDefinitions . |
FunctionDefinition |
ListOfFunctionDefinitions.get(String sid)
Get a
FunctionDefinition from the ListOfFunctionDefinitions
based on its identifier. |
FunctionDefinition |
Model.getFunctionDefinition(long n)
Get the nth FunctionDefinitions object in this
Model . |
FunctionDefinition |
Model.getFunctionDefinition(String sid)
Get a
FunctionDefinition object based on its identifier. |
FunctionDefinition |
ListOfFunctionDefinitions.remove(long n)
Removes the nth item from this
ListOfFunctionDefinitions items and returns a pointer to
it. |
FunctionDefinition |
ListOfFunctionDefinitions.remove(String sid)
Removes item in this
ListOfFunctionDefinitions items with the given identifier. |
FunctionDefinition |
Model.removeFunctionDefinition(long n)
Removes the nth
FunctionDefinition object from this Model object and
returns a pointer to it. |
FunctionDefinition |
Model.removeFunctionDefinition(String sid)
Removes the
FunctionDefinition object with the given identifier from this Model
object and returns a pointer to it. |
Modifier and Type | Method and Description |
---|---|
int |
Model.addFunctionDefinition(FunctionDefinition fd)
Adds a copy of the given
FunctionDefinition object to this Model . |
Constructor and Description |
---|
FunctionDefinition(FunctionDefinition orig)
Copy constructor; creates a copy of this
FunctionDefinition . |