|
ENTITY bound_parameter_environment SUBTYPE OF (environment); WHERE wr1: ( 'parameterization_schema.bound_variational_parameter' IN TYPEOF ( SELF \ environment . syntactic_representation ) ) AND ( 'parameterization_schema.instance_attribute_reference' IN TYPEOF ( SELF \ environment . semantics ) ) ; END_ENTITY; -- bound_parameter_environment |
Entity data types and their attributesenvironmentsyntactic_representation: generic_variable; semantics: variable_semantics; bound_parameter_environment - |
Usersenvironmentbound_parameter_environment |
Global rules for this entity data type- |
public interface EBound_parameter_environment extends EEnvironment |
public class CBound_parameter_environment implements EBound_parameter_environment |
public class ABound_parameter_environment extends AEntitypublic EBound_parameter_environment getByIndex(int index)public EBound_parameter_environment getCurrentMember(SdaiIterator it) |