Example #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";
     }
 }
Example #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;
     }
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "HomelessMoveIn";
     }
     else
     {
         return "MoveIn";
     }
 }
 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";
     }
 }
Example #9
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return mName.WeightName;
     }
     else
     {
         return mName.ToString();
     }
 }
Example #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();
         }
     }
 }
Example #11
0
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

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

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

            return "ChildSaveSplitFamily";
        }
Example #28
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Emigration");
 }
Example #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 "";
 }
Example #30
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PurchaseRentalLot");
 }
Example #31
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PurchaseBicycle");
 }
Example #32
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Inheritance");
 }
Example #33
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "KillPost";
     }
     else
     {
         return mStoryName;
     }
 }
Example #34
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("WorkSlacker");
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

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

            return "CleanHomeless";
        }
Example #38
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PhotogPush");
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     return "PropagateAlimonyFail";
 }
Example #40
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Lots");
 }
 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";
        }
Example #44
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PregnantSave");
 }
Example #45
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return mStoryPrefix;
 }
Example #46
0
 public static string StringWarning(string message, PrefixType prefixType)
 {
     return(PConsole.GetLog(LogType.Warning, message, prefixType, null, null));
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

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

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

            return "Run";
        }
Example #60
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("TooCrowded");
 }