public static class IEC61499data.Fb_ecc_declaration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IEC61499data.Ec_state> |
ec_state |
protected java.util.List<IEC61499data.Ec_transition> |
ec_transition |
Constructor and Description |
---|
Fb_ecc_declaration() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IEC61499data.Ec_state> |
get_ec_state()
Access to parse result, get the elements of the container ec_state
|
java.lang.Iterable<IEC61499data.Ec_transition> |
get_ec_transition()
Access to parse result, get the elements of the container ec_transition
|
int |
getSize_ec_state()
Access to parse result, get the size of the container ec_state.
|
int |
getSize_ec_transition()
Access to parse result, get the size of the container ec_transition.
|
protected java.util.List<IEC61499data.Ec_state> ec_state
protected java.util.List<IEC61499data.Ec_transition> ec_transition
public java.lang.Iterable<IEC61499data.Ec_state> get_ec_state()
public int getSize_ec_state()
public java.lang.Iterable<IEC61499data.Ec_transition> get_ec_transition()
public int getSize_ec_transition()