|
ENTITY unbound_parameter_environment SUBTYPE OF (environment); WHERE wr1: ( 'parameterization_schema.unbound_variational_parameter' IN TYPEOF ( SELF \ environment . syntactic_representation ) ) AND ( 'parameterization_schema.unbound_variational_parameter_semantics' IN TYPEOF ( SELF \ environment . semantics ) ) ; END_ENTITY; -- unbound_parameter_environment |
Entity data types and their attributesenvironmentsyntactic_representation: generic_variable; semantics: variable_semantics; unbound_parameter_environment - |
Usersenvironmentunbound_parameter_environment |
Global rules for this entity data type- |
public interface EUnbound_parameter_environment extends EEnvironment |
public class CUnbound_parameter_environment implements EUnbound_parameter_environment |
public class AUnbound_parameter_environment extends AEntitypublic EUnbound_parameter_environment getByIndex(int index)public EUnbound_parameter_environment getCurrentMember(SdaiIterator it) |