Skip to content

Commit

Permalink
Rollback some changes and merge from hotfix/implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
fvilla committed Dec 3, 2024
1 parent 83aec9b commit 3442162
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 410 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import org.integratedmodelling.klab.api.engine.Engine;
import org.integratedmodelling.klab.api.exceptions.KlabIOException;
import org.integratedmodelling.klab.api.exceptions.KlabIllegalStateException;
import org.integratedmodelling.klab.api.scope.ContextScope;
import org.integratedmodelling.klab.api.scope.Scope;
import org.integratedmodelling.klab.api.scope.Scope.Status;
import org.integratedmodelling.klab.api.scope.SessionScope;
import org.integratedmodelling.klab.api.scope.UserScope;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import org.integratedmodelling.klab.api.knowledge.DescriptionType;
import org.integratedmodelling.klab.api.knowledge.SemanticType;
import org.integratedmodelling.klab.api.scope.ContextScope;
import org.integratedmodelling.klab.api.services.Reasoner;
import picocli.CommandLine;
import picocli.CommandLine.Command;
import picocli.CommandLine.Model.CommandSpec;
Expand Down Expand Up @@ -169,6 +170,17 @@ public void run() {
}
}
}


@Command(name = "compatible", mixinStandardHelpOptions = true, version = Version.CURRENT, description = {
"Check if two concepts are compatible, optionally in context."}, subcommands = {})
public static class Compatible implements Runnable {

@Spec
CommandSpec commandSpec;

@Parameters
java.util.List<String> arguments;
@Override
public void run() {

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3442162

Please sign in to comment.