Uses of Interface
org.citygml4j.model.module.ModuleVersion

Packages that use ModuleVersion
org.citygml4j.model.module   
org.citygml4j.model.module.citygml   
org.citygml4j.model.module.gml   
org.citygml4j.model.module.xal   
 

Uses of ModuleVersion in org.citygml4j.model.module
 

Methods in org.citygml4j.model.module that return ModuleVersion
 ModuleVersion Module.getVersion()
           
 ModuleVersion AbstractModule.getVersion()
           
 

Methods in org.citygml4j.model.module with parameters of type ModuleVersion
 boolean AbstractModuleConfiguration.contains(ModuleType type, ModuleVersion version)
           
static Module Modules.getModule(ModuleType type, ModuleVersion version)
           
 

Constructors in org.citygml4j.model.module with parameters of type ModuleVersion
AbstractModule(ModuleType type, ModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
           
 

Uses of ModuleVersion in org.citygml4j.model.module.citygml
 

Classes in org.citygml4j.model.module.citygml that implement ModuleVersion
 class CityGMLModuleVersion
           
 

Uses of ModuleVersion in org.citygml4j.model.module.gml
 

Classes in org.citygml4j.model.module.gml that implement ModuleVersion
 class GMLModuleVersion
           
 

Uses of ModuleVersion in org.citygml4j.model.module.xal
 

Classes in org.citygml4j.model.module.xal that implement ModuleVersion
 class XALModuleVersion