Uses of Class
org.episteme.social.law.Treaty
Packages that use Treaty
-
Uses of Treaty in org.episteme.social.politics
Methods in org.episteme.social.politics that return types with arguments of type TreatyModifier and TypeMethodDescriptionNation.getTreaties()Returns an unmodifiable set of registered international treaties.Methods in org.episteme.social.politics with parameters of type TreatyModifier and TypeMethodDescriptionvoidAdds a new treaty to the nation's records.voidNation.removeTreaty(Treaty treaty) Removes an international treaty from registration.Method parameters in org.episteme.social.politics with type arguments of type TreatyModifier and TypeMethodDescriptionvoidNation.setTreaties(Set<Treaty> treaties) Overwrites the list of international treaties.