public static class IEC61499data_Zbnf.Expression_Zbnf extends IEC61499data.Expression
constant, enumerated_value, expression, function_name, operand, operator, param_assignment, unaryOp, variable
Constructor and Description |
---|
Expression_Zbnf() |
Modifier and Type | Method and Description |
---|---|
void |
add_operand(IEC61499data_Zbnf.Expression_Zbnf val)
Add the result to the list.
|
void |
add_param_assignment(IEC61499data_Zbnf.Param_assignment_Zbnf val)
Add the result to the list.
|
IEC61499data_Zbnf.Constant_Zbnf |
new_constant()
Creates an instance for the result Zbnf .
|
IEC61499data_Zbnf.Enumerated_value_Zbnf |
new_enumerated_value()
Creates an instance for the result Zbnf .
|
IEC61499data_Zbnf.Expression_Zbnf |
new_expression()
Creates an instance for the result Zbnf .
|
IEC61499data_Zbnf.Expression_Zbnf |
new_operand()
create and add routine for the list component |
IEC61499data_Zbnf.Expression_Zbnf |
new_operand(java.lang.String operator)
Creates an instance for the Xml data storage with default attibutes.
|
IEC61499data_Zbnf.Param_assignment_Zbnf |
new_param_assignment()
create and add routine for the list component |
IEC61499data_Zbnf.Variable_Zbnf |
new_variable()
Creates an instance for the result Zbnf .
|
void |
set_constant(IEC61499data_Zbnf.Constant_Zbnf val)
Set the result.
|
void |
set_enumerated_value(IEC61499data_Zbnf.Enumerated_value_Zbnf val)
Set the result.
|
void |
set_expression(IEC61499data_Zbnf.Expression_Zbnf val)
Set the result.
|
void |
set_function_name(java.lang.String val)
Set routine for the singular component <String?
|
void |
set_operator(java.lang.String val)
Set routine for the singular component <String?
|
void |
set_unaryOp(java.lang.String val)
Set routine for the singular component <String?
|
void |
set_variable(IEC61499data_Zbnf.Variable_Zbnf val)
Set the result.
|
get_constant, get_enumerated_value, get_expression, get_function_name, get_operand, get_operator, get_param_assignment, get_unaryOp, get_variable, getSize_operand, getSize_param_assignment, toString
public void set_unaryOp(java.lang.String val)
public IEC61499data_Zbnf.Constant_Zbnf new_constant()
public void set_constant(IEC61499data_Zbnf.Constant_Zbnf val)
public IEC61499data_Zbnf.Enumerated_value_Zbnf new_enumerated_value()
public void set_enumerated_value(IEC61499data_Zbnf.Enumerated_value_Zbnf val)
public IEC61499data_Zbnf.Variable_Zbnf new_variable()
public void set_variable(IEC61499data_Zbnf.Variable_Zbnf val)
public IEC61499data_Zbnf.Expression_Zbnf new_expression()
public void set_expression(IEC61499data_Zbnf.Expression_Zbnf val)
public void set_function_name(java.lang.String val)
public IEC61499data_Zbnf.Param_assignment_Zbnf new_param_assignment()
public void add_param_assignment(IEC61499data_Zbnf.Param_assignment_Zbnf val)
public void set_operator(java.lang.String val)
public IEC61499data_Zbnf.Expression_Zbnf new_operand()
public IEC61499data_Zbnf.Expression_Zbnf new_operand(java.lang.String operator)
public void add_operand(IEC61499data_Zbnf.Expression_Zbnf val)