Class MergeEquivalentSetsCommand

java.lang.Object
org.incenp.obofoundry.uberon.BasePlugin
org.incenp.obofoundry.uberon.MergeEquivalentSetsCommand
All Implemented Interfaces:
org.obolibrary.robot.Command

public class MergeEquivalentSetsCommand extends BasePlugin
A command to merge sets of equivalent classes across ontologies.

This command is based on OWLTools’ --merge-equivalence-sets command.

  • Constructor Details

    • MergeEquivalentSetsCommand

      public MergeEquivalentSetsCommand()
  • Method Details

    • performOperation

      public void performOperation(org.obolibrary.robot.CommandState state, org.apache.commons.cli.CommandLine line) throws Exception
      Description copied from class: BasePlugin
      Perform whatever operation the command is supposed to do.
      Specified by:
      performOperation in class BasePlugin
      Parameters:
      state - The internal state of ROBOT.
      line - The command line used to invoke the command.
      Throws:
      Exception - If any error occurred when attempting to execute the operation.