-
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.
Showing
116 changed files
with
517 additions
and
1,509 deletions.
There are no files selected for viewing
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
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
3 changes: 0 additions & 3 deletions
3
src/main/java/org/modelio/module/variabilitydesigner/api/IVariabilityDesignerPeerModule.java
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,11 +1,8 @@ | ||
package org.modelio.module.variabilitydesigner.api; | ||
|
||
import com.modeliosoft.modelio.javadesigner.annotations.objid; | ||
import org.modelio.api.module.IPeerModule; | ||
|
||
@objid ("ab841c5e-fa06-49be-82cc-17936b3b40fd") | ||
public interface IVariabilityDesignerPeerModule extends IPeerModule { | ||
@objid ("f8e6ce16-1bc1-480e-a5c4-daee0fa6dd1e") | ||
public static final String MODULE_NAME = "VariabilityDesigner"; | ||
|
||
} |
2 changes: 0 additions & 2 deletions
2
src/main/java/org/modelio/module/variabilitydesigner/api/VariabilityDesignerParameters.java
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,7 +1,5 @@ | ||
package org.modelio.module.variabilitydesigner.api; | ||
|
||
import com.modeliosoft.modelio.javadesigner.annotations.objid; | ||
|
||
@objid ("0f939752-1bdc-4b81-b540-089ed95c42e2") | ||
public interface VariabilityDesignerParameters { | ||
} |
Oops, something went wrong.