Uses of Record Class
org.episteme.social.history.BorderEvolution.Territory
Packages that use BorderEvolution.Territory
-
Uses of BorderEvolution.Territory in org.episteme.social.history
Methods in org.episteme.social.history that return BorderEvolution.TerritoryModifier and TypeMethodDescriptionBorderEvolution.BorderChange.afterTerritory()Returns the value of theafterTerritoryrecord component.BorderEvolution.BorderChange.beforeTerritory()Returns the value of thebeforeTerritoryrecord component.Methods in org.episteme.social.history that return types with arguments of type BorderEvolution.TerritoryModifier and TypeMethodDescriptionstatic List<BorderEvolution.Territory> BorderEvolution.getTerritoriesAtDate(TimeCoordinate date) Retrieves all territories that were active at a specific historical date.Methods in org.episteme.social.history with parameters of type BorderEvolution.TerritoryModifier and TypeMethodDescriptionstatic voidBorderEvolution.addTerritory(BorderEvolution.Territory territory) Registers a territory in the global historical database.Constructors in org.episteme.social.history with parameters of type BorderEvolution.TerritoryModifierConstructorDescriptionBorderChange(TimeCoordinate date, String description, BorderEvolution.Territory beforeTerritory, BorderEvolution.Territory afterTerritory, BorderEvolution.ChangeType type) Creates an instance of aBorderChangerecord class.