Actions
Task #7397
closedNodeVariable.new<type-of-variable>(final String name)
Start date:
07/13/2016
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Published in build:
0.4.20
Description
Factory methods that create non-initialized variables with predefined (and described in method name) data types.
public static NodeVariable newBoolean(final String name) public static NodeVariable newInteger(final String name) public static NodeVariable newReal(final String name) public static NodeVariable newMap(final String name) ...
Updated by Andrei Tatarnikov about 8 years ago
- Status changed from New to Resolved
Done: r1280, r1281, r1282.
Updated by Andrei Tatarnikov about 8 years ago
- Status changed from Resolved to Closed
- Published in build set to 0.4.20
Actions