Uses of Enum Class
org.episteme.social.architecture.UrbanEvolutionEngine.ArchitecturalStyle
Packages that use UrbanEvolutionEngine.ArchitecturalStyle
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of UrbanEvolutionEngine.ArchitecturalStyle in org.episteme.social.architecture
Subclasses with type arguments of type UrbanEvolutionEngine.ArchitecturalStyle in org.episteme.social.architectureModifier and TypeClassDescriptionstatic enumMajor architectural styles and their defining characteristics.Methods in org.episteme.social.architecture that return UrbanEvolutionEngine.ArchitecturalStyleModifier and TypeMethodDescriptionUrbanEvolutionEngine.Building.style()Returns the value of thestylerecord component.Returns the enum constant of this class with the specified name.UrbanEvolutionEngine.ArchitecturalStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.social.architecture that return types with arguments of type UrbanEvolutionEngine.ArchitecturalStyleModifier and TypeMethodDescriptionUrbanEvolutionEngine.CityState.styleDistribution()Returns the value of thestyleDistributionrecord component.Constructors in org.episteme.social.architecture with parameters of type UrbanEvolutionEngine.ArchitecturalStyleModifierConstructorDescriptionBuilding(String name, UrbanEvolutionEngine.BuildingType type, UrbanEvolutionEngine.ArchitecturalStyle style, int constructionYear, int demolitionYear, double importance) Creates an instance of aBuildingrecord class.Constructor parameters in org.episteme.social.architecture with type arguments of type UrbanEvolutionEngine.ArchitecturalStyleModifierConstructorDescriptionCityState(String name, int year, int population, UrbanEvolutionEngine.HistoricalPeriod period, Map<UrbanEvolutionEngine.ArchitecturalStyle, Double> styleDistribution, List<UrbanEvolutionEngine.Building> notableBuildings, double prosperity, double religiousInfluence, double commercialActivity) Creates an instance of aCityStaterecord class.