public static class IEC61499data.System_configuration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IEC61499data.Application_configuration> |
application_configuration |
protected java.util.List<IEC61499data.Device_configuration> |
device_configuration |
protected IEC61499data.Links |
links |
protected IEC61499data.Mappings |
mappings |
protected IEC61499data.Segments |
segments |
protected java.lang.String |
system_name |
Constructor and Description |
---|
System_configuration() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IEC61499data.Application_configuration> |
get_application_configuration()
Access to parse result, get the elements of the container application_configuration
|
java.lang.Iterable<IEC61499data.Device_configuration> |
get_device_configuration()
Access to parse result, get the elements of the container device_configuration
|
IEC61499data.Links |
get_links()
Access to parse result.
|
IEC61499data.Mappings |
get_mappings()
Access to parse result.
|
IEC61499data.Segments |
get_segments()
Access to parse result.
|
java.lang.String |
get_system_name()
Access to parse result.
|
int |
getSize_application_configuration()
Access to parse result, get the size of the container application_configuration.
|
int |
getSize_device_configuration()
Access to parse result, get the size of the container device_configuration.
|
protected java.lang.String system_name
protected java.util.List<IEC61499data.Application_configuration> application_configuration
protected java.util.List<IEC61499data.Device_configuration> device_configuration
protected IEC61499data.Mappings mappings
protected IEC61499data.Segments segments
protected IEC61499data.Links links
public java.lang.String get_system_name()
public java.lang.Iterable<IEC61499data.Application_configuration> get_application_configuration()
public int getSize_application_configuration()
public java.lang.Iterable<IEC61499data.Device_configuration> get_device_configuration()
public int getSize_device_configuration()
public IEC61499data.Mappings get_mappings()
public IEC61499data.Segments get_segments()
public IEC61499data.Links get_links()