public IMCommunicationEN(int id, MoSIoTGenNHibernate.EN.MosIoT.ComunicationEN comunication
                          , string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN scenario, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN> operations, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> attributes, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN> states
                          )
 {
     this.init(Id, comunication, name, originAssociation, targetAssociation, scenario, description, operations, attributes, states);
 }
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.ComunicationEN comunication, string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN scenario, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN> operations, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> attributes, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN> states)
        {
            this.Id = id;


            this.Comunication = comunication;

            this.Name = name;

            this.OriginAssociation = originAssociation;

            this.TargetAssociation = targetAssociation;

            this.Scenario = scenario;

            this.Description = description;

            this.Operations = operations;

            this.Attributes = attributes;

            this.States = states;
        }
Exemplo n.º 3
0
 public RuleEN(int id, string name, bool isEnabled, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RuleConditionEN> condition, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RuleActionEN> ruleAction, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN ioTScenario, double intervalTime, string description
               )
 {
     this.init(Id, name, isEnabled, condition, ruleAction, ioTScenario, intervalTime, description);
 }
Exemplo n.º 4
0
        private void init(int id
                          , string name, bool isEnabled, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RuleConditionEN> condition, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RuleActionEN> ruleAction, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN ioTScenario, double intervalTime, string description)
        {
            this.Id = id;


            this.Name = name;

            this.IsEnabled = isEnabled;

            this.Condition = condition;

            this.RuleAction = ruleAction;

            this.IoTScenario = ioTScenario;

            this.IntervalTime = intervalTime;

            this.Description = description;
        }
Exemplo n.º 5
0
 public AssociationEN(int id, string name, MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN rolOrigin, MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN rolTarget, MoSIoTGenNHibernate.Enumerated.MosIoT.AssociationTypeEnum type, MoSIoTGenNHibernate.Enumerated.MosIoT.CardinalityTypeEnum cardinalityOrigin, MoSIoTGenNHibernate.Enumerated.MosIoT.CardinalityTypeEnum cardinalityTarget, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entityOrigin, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entityTarget, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN ioTScenario, string description
                      )
 {
     this.init(Id, name, rolOrigin, rolTarget, type, cardinalityOrigin, cardinalityTarget, entityOrigin, entityTarget, ioTScenario, description);
 }
Exemplo n.º 6
0
        private void init(int id
                          , string name, MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN rolOrigin, MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN rolTarget, MoSIoTGenNHibernate.Enumerated.MosIoT.AssociationTypeEnum type, MoSIoTGenNHibernate.Enumerated.MosIoT.CardinalityTypeEnum cardinalityOrigin, MoSIoTGenNHibernate.Enumerated.MosIoT.CardinalityTypeEnum cardinalityTarget, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entityOrigin, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entityTarget, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN ioTScenario, string description)
        {
            this.Id = id;


            this.Name = name;

            this.RolOrigin = rolOrigin;

            this.RolTarget = rolTarget;

            this.Type = type;

            this.CardinalityOrigin = cardinalityOrigin;

            this.CardinalityTarget = cardinalityTarget;

            this.EntityOrigin = entityOrigin;

            this.EntityTarget = entityTarget;

            this.IoTScenario = ioTScenario;

            this.Description = description;
        }
Exemplo n.º 7
0
 public IMAppointmentEN(int id, Nullable <DateTime> date, MoSIoTGenNHibernate.EN.MosIoT.AppointmentEN appointment
                        , string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN scenario, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN> operations, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> attributes, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN> states
                        )
 {
     this.init(Id, date, appointment, name, originAssociation, targetAssociation, scenario, description, operations, attributes, states);
 }
Exemplo n.º 8
0
        private void init(int id
                          , Nullable <DateTime> date, MoSIoTGenNHibernate.EN.MosIoT.AppointmentEN appointment, string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN scenario, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN> operations, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> attributes, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN> states)
        {
            this.Id = id;


            this.Date = date;

            this.Appointment = appointment;

            this.Name = name;

            this.OriginAssociation = originAssociation;

            this.TargetAssociation = targetAssociation;

            this.Scenario = scenario;

            this.Description = description;

            this.Operations = operations;

            this.Attributes = attributes;

            this.States = states;
        }
Exemplo n.º 9
0
        private void init(int id
                          , bool deviceSwitch, string tag, bool isSimulated, string serialNumber, string firmVersion, string trademark, MoSIoTGenNHibernate.EN.MosIoT.DeviceTemplateEN deviceTemplate, string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN scenario, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN> operations, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> attributes, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN> states)
        {
            this.Id = id;


            this.DeviceSwitch = deviceSwitch;

            this.Tag = tag;

            this.IsSimulated = isSimulated;

            this.SerialNumber = serialNumber;

            this.FirmVersion = firmVersion;

            this.Trademark = trademark;

            this.DeviceTemplate = deviceTemplate;

            this.Name = name;

            this.OriginAssociation = originAssociation;

            this.TargetAssociation = targetAssociation;

            this.Scenario = scenario;

            this.Description = description;

            this.Operations = operations;

            this.Attributes = attributes;

            this.States = states;
        }
Exemplo n.º 10
0
 public DeviceEN(int id, bool deviceSwitch, string tag, bool isSimulated, string serialNumber, string firmVersion, string trademark, MoSIoTGenNHibernate.EN.MosIoT.DeviceTemplateEN deviceTemplate
                 , string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN scenario, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN> operations, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> attributes, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN> states
                 )
 {
     this.init(Id, deviceSwitch, tag, isSimulated, serialNumber, firmVersion, trademark, deviceTemplate, name, originAssociation, targetAssociation, scenario, description, operations, attributes, states);
 }
Exemplo n.º 11
0
 public PatientEN(int id, MoSIoTGenNHibernate.EN.MosIoT.PatientProfileEN patientProfile, MoSIoTGenNHibernate.EN.MosIoT.UserEN userPatient
                  , string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN scenario, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN> operations, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> attributes, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN> states
                  )
 {
     this.init(Id, patientProfile, userPatient, name, originAssociation, targetAssociation, scenario, description, operations, attributes, states);
 }
Exemplo n.º 12
0
        private void init(int id
                          , string name, bool isEnabled, MoSIoTGenNHibernate.EN.MosIoT.RecipeTriggerEN triggers, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeActionEN> recipeAction, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN ioTScenario, double intervalTime, string description)
        {
            this.Id = id;


            this.Name = name;

            this.IsEnabled = isEnabled;

            this.Triggers = triggers;

            this.RecipeAction = recipeAction;

            this.IoTScenario = ioTScenario;

            this.IntervalTime = intervalTime;

            this.Description = description;
        }
Exemplo n.º 13
0
 public RecipeEN(int id, string name, bool isEnabled, MoSIoTGenNHibernate.EN.MosIoT.RecipeTriggerEN triggers, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeActionEN> recipeAction, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN ioTScenario, double intervalTime, string description
                 )
 {
     this.init(Id, name, isEnabled, triggers, recipeAction, ioTScenario, intervalTime, description);
 }