Searched refs:Human (Results 1 – 6 of 6) sorted by relevance
21 public class Human extends AbstractHuman { class23 private Human father;24 private Human mother;25 private Human partner;26 private Human bankAccountOwner;27 protected Set<Human> children;29 public Human() { in Human() method in Human30 children = new HashSet<Human>(); in Human()33 public Human getFather() { in getFather()37 public void setFather(Human father) { in setFather()[all …]
40 Human father = new Human(); in testNoChildren()45 Human mother = new Human(); in testNoChildren()57 Human father2 = (Human) yaml.load(output); in testNoChildren()66 Human father = new Human(); in testNoChildrenPretty()71 Human mother = new Human(); in testNoChildrenPretty()86 Human father2 = (Human) yaml.load(output); in testNoChildrenPretty()95 Human father = new Human(); in testChildren()101 Human mother = new Human(); in testChildren()109 Human son = new Human(); in testChildren()117 Human daughter = new Human(); in testChildren()[all …]
37 List<Human> developers = new ArrayList<Human>(); in testDumpList()70 List<Human> developers = parsed.getDevelopers(); in testLoadList()85 private List<Human> developers;107 public List<Human> getDevelopers() { in getDevelopers()111 public void setDevelopers(List<Human> developers) { in setDevelopers()116 public static interface Human { interface in TypeSafeListWithInterfaceTest124 public static class Developer implements Human {
45 List<Human> developers = parsed.getDevelopers(); in testLoadList2()58 private List<Human> developers;72 public List<Human> getDevelopers() { in getDevelopers()76 public void setDevelopers(List<Human> developers) { in setDevelopers()81 public static interface Human { interface in TypeSafePriorityTest89 public static class Developer implements Human {
69 // Human-readable description of the delay's purpose (e.g. the name of
149 // Human-readable description of the factors contributing to this policy.