-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Iteration 1: Final version, after little enhancements
- Loading branch information
1 parent
5fab1b9
commit 14a0c98
Showing
9 changed files
with
501 additions
and
760 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 3 additions & 29 deletions
32
mobilitysystemusecase/mobilityresourceenvironment.resourceenvironment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,11 @@ | ||
<?xml version="1.0" encoding="ASCII"?> | ||
<resourceenvironment:ResourceEnvironment xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:resourceenvironment="http://palladiosimulator.org/PalladioComponentModel/ResourceEnvironment/5.2" entityName="MobilityResourceEnvironment"> | ||
<resourceenvironment:ResourceEnvironment xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:resourceenvironment="http://palladiosimulator.org/PalladioComponentModel/ResourceEnvironment/5.2" entityName="MobilityResourceEnvironment"> | ||
<linkingResources__ResourceEnvironment id="_nKuyEAtfEe2IgscPlV5AQA" entityName="Network" connectedResourceContainers_LinkingResource="_YShAoAtfEe2IgscPlV5AQA _V_TA0AtfEe2IgscPlV5AQA"> | ||
<communicationLinkResourceSpecifications_LinkingResource id="_nKvZIAtfEe2IgscPlV5AQA"> | ||
<latency_CommunicationLinkResourceSpecification/> | ||
<throughput_CommunicationLinkResourceSpecification/> | ||
</communicationLinkResourceSpecifications_LinkingResource> | ||
</linkingResources__ResourceEnvironment> | ||
<resourceContainer_ResourceEnvironment id="_V_TA0AtfEe2IgscPlV5AQA" entityName="AgencyApplication"> | ||
<activeResourceSpecifications_ResourceContainer id="_6I_qABGNEe2Xl4KPR9I0OQ"> | ||
<schedulingPolicy href="pathmap://PCM_MODELS/Palladio.resourcetype#Delay"/> | ||
<activeResourceType_ActiveResourceSpecification href="pathmap://PCM_MODELS/Palladio.resourcetype#_oro4gG3fEdy4YaaT-RYrLQ"/> | ||
<processingRate_ProcessingResourceSpecification/> | ||
</activeResourceSpecifications_ResourceContainer> | ||
<activeResourceSpecifications_ResourceContainer xsi:type="resourceenvironment:HDDProcessingResourceSpecification" id="_8DscIBGNEe2Xl4KPR9I0OQ"> | ||
<schedulingPolicy href="pathmap://PCM_MODELS/Palladio.resourcetype#Delay"/> | ||
<activeResourceType_ActiveResourceSpecification href="pathmap://PCM_MODELS/Palladio.resourcetype#_BIjHoQ3KEdyouMqirZIhzQ"/> | ||
<processingRate_ProcessingResourceSpecification specification="1"/> | ||
<writeProcessingRate/> | ||
<readProcessingRate/> | ||
</activeResourceSpecifications_ResourceContainer> | ||
</resourceContainer_ResourceEnvironment> | ||
<resourceContainer_ResourceEnvironment id="_YShAoAtfEe2IgscPlV5AQA" entityName="Provider1"> | ||
<activeResourceSpecifications_ResourceContainer id="_vSHnEBGNEe2Xl4KPR9I0OQ"> | ||
<schedulingPolicy href="pathmap://PCM_MODELS/Palladio.resourcetype#Delay"/> | ||
<activeResourceType_ActiveResourceSpecification href="pathmap://PCM_MODELS/Palladio.resourcetype#_oro4gG3fEdy4YaaT-RYrLQ"/> | ||
<processingRate_ProcessingResourceSpecification/> | ||
</activeResourceSpecifications_ResourceContainer> | ||
<activeResourceSpecifications_ResourceContainer xsi:type="resourceenvironment:HDDProcessingResourceSpecification" id="_18AsMBGNEe2Xl4KPR9I0OQ"> | ||
<schedulingPolicy href="pathmap://PCM_MODELS/Palladio.resourcetype#Delay"/> | ||
<activeResourceType_ActiveResourceSpecification href="pathmap://PCM_MODELS/Palladio.resourcetype#_BIjHoQ3KEdyouMqirZIhzQ"/> | ||
<processingRate_ProcessingResourceSpecification specification="1"/> | ||
<writeProcessingRate/> | ||
<readProcessingRate/> | ||
</activeResourceSpecifications_ResourceContainer> | ||
</resourceContainer_ResourceEnvironment> | ||
<resourceContainer_ResourceEnvironment id="_V_TA0AtfEe2IgscPlV5AQA" entityName="AgencyApplication"/> | ||
<resourceContainer_ResourceEnvironment id="_YShAoAtfEe2IgscPlV5AQA" entityName="Provider1"/> | ||
</resourceenvironment:ResourceEnvironment> |
Oops, something went wrong.