Skip to content

Commit

Permalink
corrected syntax for jekyll-spaceship plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
anquetil committed May 22, 2024
1 parent 8e9ef15 commit 7c91825
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions moose-wiki/Developers/predefinedEntities.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ For the first example we show how we model inheritance in the FamixJava meta-mod
- `FamixJavaClass` uses `TClass`, ie. a Java class has all properties of the generic class defined in Famix. Note that a Java class also has other properties not shown here.
- `FamixJavaInheritance` uses the trait `TInheritance` to represent an inheritance relationship.

```plantuml|
@startuml
```plantuml!
hide empty members
skinparam class {
BackgroundColor white
Expand Down Expand Up @@ -135,7 +134,6 @@ TWithInheritances <|.. TClass
TClass <|.. FamixJavaClass
TWithInheritances "subclass" -- "superInheritances*" TInheritance
TWithInheritances "superclass" -- "subInheritances*" TInheritance
@enduml
```

That way, a `FamixJavaClass` has `superInheritances` and `subInheritances` propperties containing `FamixJavaInheritance` objects.
Expand All @@ -148,7 +146,6 @@ For simplification we did not put the FamixJava entities, but there is a `FamixJ
- `TClass` may be a , ie. a Java class has all properties of the generic class defined in Famix. Note that a Java class also has other properties not shown here.
- `FamixJavaInheritance` uses the trait `TInheritance` to represent an inheritance relationship.

```plantuml|
<details>![PlantUML Image](https://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/moosetechnology/moosetechnology.github.io/master/moose-wiki/Developers/Diagrams/inheritanceInContext.puml&fmt=svg)</details>

That way, a `FamixJavaClass` has `superInheritances` and `subInheritances` propperties containing `FamixJavaInheritance` objects.

0 comments on commit 7c91825

Please sign in to comment.