public static class IEC61499data.FBNetwork
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IEC61499data.Adapter_conn> |
adapter_conn |
protected java.util.List<IEC61499data.Data_conn> |
dataConnections |
protected java.util.List<IEC61499data.Event_conn> |
eventConnections |
protected java.util.List<IEC61499data.Fb_instance_definition> |
fB |
protected IEC61499data.Plug_list |
plug_list |
protected IEC61499data.Socket_list |
socket_list |
Constructor and Description |
---|
FBNetwork() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IEC61499data.Adapter_conn> |
get_adapter_conn()
Access to parse result, get the elements of the container adapter_conn
|
java.lang.Iterable<IEC61499data.Data_conn> |
get_DataConnections()
Access to parse result, get the elements of the container DataConnections
|
java.lang.Iterable<IEC61499data.Event_conn> |
get_EventConnections()
Access to parse result, get the elements of the container EventConnections
|
java.lang.Iterable<IEC61499data.Fb_instance_definition> |
get_FB()
Access to parse result, get the elements of the container FB
|
IEC61499data.Plug_list |
get_plug_list()
Access to parse result.
|
IEC61499data.Socket_list |
get_socket_list()
Access to parse result.
|
int |
getSize_adapter_conn()
Access to parse result, get the size of the container adapter_conn.
|
int |
getSize_DataConnections()
Access to parse result, get the size of the container DataConnections.
|
int |
getSize_EventConnections()
Access to parse result, get the size of the container EventConnections.
|
int |
getSize_FB()
Access to parse result, get the size of the container FB.
|
protected java.util.List<IEC61499data.Fb_instance_definition> fB
protected IEC61499data.Plug_list plug_list
protected IEC61499data.Socket_list socket_list
protected java.util.List<IEC61499data.Event_conn> eventConnections
protected java.util.List<IEC61499data.Data_conn> dataConnections
protected java.util.List<IEC61499data.Adapter_conn> adapter_conn
public java.lang.Iterable<IEC61499data.Fb_instance_definition> get_FB()
public int getSize_FB()
public IEC61499data.Plug_list get_plug_list()
public IEC61499data.Socket_list get_socket_list()
public java.lang.Iterable<IEC61499data.Event_conn> get_EventConnections()
public int getSize_EventConnections()
public java.lang.Iterable<IEC61499data.Data_conn> get_DataConnections()
public int getSize_DataConnections()
public java.lang.Iterable<IEC61499data.Adapter_conn> get_adapter_conn()
public int getSize_adapter_conn()