public static class IEC61499data.BasicFB
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IEC61499data.Fb_algorithm_declaration> |
algorithm |
protected IEC61499data.Fb_ecc_declaration |
fb_ecc_declaration |
protected IEC61499data.Fb_internal_variable_list |
internVars |
Constructor and Description |
---|
BasicFB() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IEC61499data.Fb_algorithm_declaration> |
get_Algorithm()
Access to parse result, get the elements of the container Algorithm
|
IEC61499data.Fb_ecc_declaration |
get_fb_ecc_declaration()
Access to parse result.
|
IEC61499data.Fb_internal_variable_list |
get_InternVars()
Access to parse result.
|
int |
getSize_Algorithm()
Access to parse result, get the size of the container Algorithm.
|
protected IEC61499data.Fb_internal_variable_list internVars
protected IEC61499data.Fb_ecc_declaration fb_ecc_declaration
protected java.util.List<IEC61499data.Fb_algorithm_declaration> algorithm
public IEC61499data.Fb_internal_variable_list get_InternVars()
public IEC61499data.Fb_ecc_declaration get_fb_ecc_declaration()
public java.lang.Iterable<IEC61499data.Fb_algorithm_declaration> get_Algorithm()
public int getSize_Algorithm()