/// <summary>
		/// </summary>
		/// <param name="other"></param>
		public BioStateEventElementFunction(BioStateEventElementFunction other)
			: base(other)
		{
			FunctionClassName = other.FunctionClassName;
			FunctionClassNameFlags = other.FunctionClassNameFlags;

			FunctionName = other.FunctionName;
			FunctionNameFlags = other.FunctionNameFlags;

			FunctionPackageName = other.FunctionPackageName;
			FunctionPackageNameFlags = other.FunctionPackageNameFlags;

			Parameter = other.Parameter;
		}
        /// <summary>
        /// </summary>
        /// <param name="other"></param>
        public BioStateEventElementFunction(BioStateEventElementFunction other)
            : base(other)
        {
            FunctionClassName      = other.FunctionClassName;
            FunctionClassNameFlags = other.FunctionClassNameFlags;

            FunctionName      = other.FunctionName;
            FunctionNameFlags = other.FunctionNameFlags;

            FunctionPackageName      = other.FunctionPackageName;
            FunctionPackageNameFlags = other.FunctionPackageNameFlags;

            Parameter = other.Parameter;
        }