Skip to content

Commit

Permalink
Merge branch 'ocdaTestGenerator' of github.com:rwth-acis/REST-OCD-Ser…
Browse files Browse the repository at this point in the history
…vices into ocdaTestGenerator

update fork with the latest changes from the upstream repository
  • Loading branch information
beka-zhvania committed Mar 5, 2024
2 parents 7f96889 + 960d5a4 commit 99c267d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ etc/ivy/ivy.jar
/.idea
restMapping.xml
/out
/ocd/arangoDB/db/*
/ocd/doca/cover.txt
/ocd/doca/network.txt
/ocd/eclipselink/serviceCreateDLL.jdbc
Expand Down
14 changes: 8 additions & 6 deletions docs/_data/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,19 @@
links:
- title: "About"
url: "about"
- title: Class Models
url: "pages/wiki/class-models"
- title: Architecture/Class Models
url: "pages/wiki/architecture-class-models"
children:
- title: WebOCD Architecture
url: "pages/wiki/architecture-class-models#webocd-architecture"
- title: Service Architecture
url: "pages/wiki/class-models#service-architecture"
url: "pages/wiki/architecture-class-models#service-architecture"
- title: Algorithms
url: "pages/wiki/class-models#algorithms"
url: "pages/wiki/architecture-class-models#algorithms"
- title: Centralities
url: "pages/wiki/class-models#centrality"
url: "pages/wiki/architecture-class-models#centrality"
- title: Cooperation Simulations
url: "pages/wiki/class-models#simulation"
url: "pages/wiki/architecture-class-models#simulation"
- title: Tutorials
url: tutorials
links:
Expand Down
Binary file added docs/assets/img/WebOCD_Architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
layout: page
title: Class Models
title: Architecture and Class Models
---

# Introduction
On this page you will get an overview of the service itself and the class structure of the services most important packages.
# Service Architecture
On this page you will get an overview of WebOCD and the class structure of the ocd services most important packages.
# WebOCD Architecture
![algorithms_package](/REST-OCD-Services/assets/img/WebOCD_Architecture.png "Simplified view of WebOCD's architecture"){: width="auto"; height="auto"}
# OCD Service Architecture
![algorithms_package](/REST-OCD-Services/assets/img/Service_Architecture.png "Simplified view of service architecture"){: width="auto"; height="auto"}
# algorithms
## algorithms
![algorithms_package-button](/REST-OCD-Services/assets/img/algorithms_package_plusAlgoExec.png "Simplified class diagram of ocd.algorithms"){: width="auto"; height="auto"}
# centrality
## centrality
![centralities_package-button](/REST-OCD-Services/assets/img/centralities_package_plusAlgoExec.png "Simplified class diagram of ocd.centrality"){: width="auto"; height="auto"}
# simulation
## simulation
![simulations_package-button](/REST-OCD-Services/assets/img/simulations_package_plusAlgoExec.png "Simplified class diagram of ocd.cooperation.simulation"){: width="auto"; height="auto"}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crossOriginResourceMaxAge = 600
maxRequestBodySize = 300000000
enableCrossOriginResourceSharing = TRUE
onlyLocalServices = TRUE
oidcProviders = https://auth.las2peer.org/o/oauth2,https://accounts.google.com
oidcProviders = https://auth.las2peer.org/auth/realms/main,https://accounts.google.com
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
core.version=1.2.2
core.version=1.2.3
service.name=i5.las2peer.services.ocd
service.class=ServiceClass
service.version=1.0.0
Expand Down

0 comments on commit 99c267d

Please sign in to comment.