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) ...
Actions