Uses of Class
net.ssehub.easy.basics.modelManagement.ModelLocations
-
Packages that use ModelLocations Package Description net.ssehub.easy.basics.modelManagement Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).net.ssehub.easy.producer.core.persistence This plug-in contains functionality of EASy, which can also run without Eclipse. -
-
Uses of ModelLocations in net.ssehub.easy.basics.modelManagement
Fields in net.ssehub.easy.basics.modelManagement declared as ModelLocations Modifier and Type Field Description private ModelLocations<M>ModelManagement. locationsMethods in net.ssehub.easy.basics.modelManagement that return ModelLocations Modifier and Type Method Description ModelLocations<M>ModelManagement. locations()Provides access to the model location. -
Uses of ModelLocations in net.ssehub.easy.producer.core.persistence
Methods in net.ssehub.easy.producer.core.persistence with parameters of type ModelLocations Modifier and Type Method Description static voidPersistenceUtils. addLocations(Configuration config, Configuration.PathKind kind, ModelLocations<?> locations, ProgressObserver observer)Updates the paths.static voidPersistenceUtils. updateLocations(Configuration config, Configuration.PathKind kind, ModelLocations<?> locations, ProgressObserver observer)Updates the paths.
-