Package org.incenp.obofoundry.kgcl.robot
Class ApplyCommand
- java.lang.Object
-
- org.incenp.obofoundry.kgcl.robot.ApplyCommand
-
- All Implemented Interfaces:
org.obolibrary.robot.Command
public class ApplyCommand extends Object implements org.obolibrary.robot.Command
A ROBOT command to apply KGCL-described changes to an ontology.
-
-
Constructor Summary
Constructors Constructor Description ApplyCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.obolibrary.robot.CommandStateexecute(org.obolibrary.robot.CommandState state, String[] args)StringgetDescription()StringgetName()org.apache.commons.cli.OptionsgetOptions()StringgetUsage()voidmain(String[] args)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.obolibrary.robot.Command
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.obolibrary.robot.Command
-
getUsage
public String getUsage()
- Specified by:
getUsagein interfaceorg.obolibrary.robot.Command
-
getOptions
public org.apache.commons.cli.Options getOptions()
- Specified by:
getOptionsin interfaceorg.obolibrary.robot.Command
-
main
public void main(String[] args)
- Specified by:
mainin interfaceorg.obolibrary.robot.Command
-
-