Exemplo n.º 1
0
		public Negation(Token token, Expression root, PrefixType type)
			: base(token)
		{
			this.Op = token;
			this.Root = root;
			this.Type = type;
		}
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "CaughtCheatingBreakup";
     }
     else
     {
         return "Dumped";
     }
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "ChildSaveSplitMoveIn";
     }
     else
     {
         return "ChildSave";
     }
 }
Exemplo n.º 4
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "GoToHospital";
     }
     else
     {
         return mStoryName;
     }
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return base.GetTitlePrefix(type);
     }
     else
     {
         return mStoryName;
     }
 }
Exemplo n.º 6
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "HomelessMoveIn";
     }
     else
     {
         return "MoveIn";
     }
 }
Exemplo n.º 7
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "StandardMoveInLot";
     }
     else
     {
         return "MoveIn";
     }
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "InspectedScoredMoveIn";
     }
     else
     {
         return "MoveIn";
     }
 }
Exemplo n.º 9
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return mName.WeightName;
     }
     else
     {
         return mName.ToString();
     }
 }
Exemplo n.º 10
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return mName.WeightName;
     }
     else
     {
         if (mFail)
         {
             return mName + "Fail";
         }
         else if ((Target != null) && (Target.Child))
         {
             return mName + "Child";
         }
         else
         {
             return mName.ToString();
         }
     }
 }
Exemplo n.º 11
0
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "SchoolCommute";
        }
Exemplo n.º 12
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type != PrefixType.Pure) return null;
     
     return "PropagateWonFight";
 }
Exemplo n.º 13
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("FamilyGathering");
 }
Exemplo n.º 14
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("CasteMove");
 }
Exemplo n.º 15
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Households");
 }
Exemplo n.º 16
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Personalities");
 }
Exemplo n.º 17
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("CampaignGathering");
 }
Exemplo n.º 18
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Marriage");
 }
Exemplo n.º 19
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Unpopular");
 }
Exemplo n.º 20
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("DebtMooch");
 }
Exemplo n.º 21
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("CatHunting");
 }
Exemplo n.º 22
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("EngagementGathering");
 }
Exemplo n.º 23
0
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type == PrefixType.Story) return null;

            return "ImmigrantPressure";
        }
Exemplo n.º 24
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("BecameOccult");
 }
Exemplo n.º 25
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return "CaughtEmbezzling";
 }
Exemplo n.º 26
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("WonChess");
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "ChildSaveSplitFamily";
        }
Exemplo n.º 28
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Emigration");
 }
Exemplo n.º 29
0
 public static string BytesToPrefixedValue(long Size, PrefixType PType, OutputForm PForm, SuffixType SType, OutputForm SForm)
 {
     for (int index = 0; index <= SA_Convert.prefixvalues.GetLength(0); ++index)
       {
     if (Size < SA_Convert.prefixvalues[index + 1][(int) PType])
       return string.Concat(new object[4]
       {
     (object) ((Decimal) Size / (Decimal) SA_Convert.prefixvalues[index][(int) PType] * (Decimal) SA_Convert.suffixvalues[(int) SType]).ToString("#.##"),
     (object) ' ',
     (object) SA_Convert.prefixes[(int) (PType + (int) PForm)][index],
     (object) SA_Convert.suffixes[(int) SType][(int) SForm]
       });
       }
       return "";
 }
Exemplo n.º 30
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PurchaseRentalLot");
 }
Exemplo n.º 31
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PurchaseBicycle");
 }
Exemplo n.º 32
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Inheritance");
 }
Exemplo n.º 33
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "KillPost";
     }
     else
     {
         return mStoryName;
     }
 }
Exemplo n.º 34
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("WorkSlacker");
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "HarvestHouseholdCrops";
        }
Exemplo n.º 36
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("NoHoneymoon");
 }
Exemplo n.º 37
0
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "CleanHomeless";
        }
Exemplo n.º 38
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PhotogPush");
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     return "PropagateAlimonyFail";
 }
Exemplo n.º 40
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Lots");
 }
Exemplo n.º 41
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return "ExpectedMarriage";
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "ScheduledFailSafeFlirt";
        }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "ImmigrantRequirement";
        }
Exemplo n.º 44
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PregnantSave");
 }
Exemplo n.º 45
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return mStoryPrefix;
 }
Exemplo n.º 46
0
 public static string StringWarning(string message, PrefixType prefixType)
 {
     return(PConsole.GetLog(LogType.Warning, message, prefixType, null, null));
 }
Exemplo n.º 47
0
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "CaughtCheating";
        }
Exemplo n.º 48
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return "UninspectedMoveIn";
 }
Exemplo n.º 49
0
 public static string StringError(string message, PrefixType prefixType)
 {
     return(PConsole.GetLog(LogType.Error, message, prefixType, null, null));
 }
Exemplo n.º 50
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("NewcomerGone");
 }
Exemplo n.º 51
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return "PregnantSave";
 }
Exemplo n.º 52
0
 public static void Log(string message, PrefixType prefixType)
 {
     Debug.Log(PConsole.GetLog(LogType.Log, message, prefixType, null, null));
 }
Exemplo n.º 53
0
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "UnexpectedPregnancy";
        }
Exemplo n.º 54
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("LynchMob");
 }
Exemplo n.º 55
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("FightStory");
 }
Exemplo n.º 56
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("SchoolFee");
 }
Exemplo n.º 57
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return "ExistingEnemy";
 }
Exemplo n.º 58
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Trainer");
 }
Exemplo n.º 59
0
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "Run";
        }
Exemplo n.º 60
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("TooCrowded");
 }