edu.unika.aifb.owltools
Class Filter
java.lang.Object
edu.unika.aifb.owltools.KAON2Tool
edu.unika.aifb.owltools.Filter
public class Filter
- extends KAON2Tool
Filter filters axioms by kind
Method Summary |
org.semanticweb.kaon2.api.Ontology |
applyFilter(org.semanticweb.kaon2.api.Ontology ontology)
|
void |
compile()
|
static void |
main(java.lang.String[] args)
|
java.lang.String |
name()
the name of the specified tool |
static void |
printUsage()
prints the command line parameters and a short info |
boolean |
processArguments(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Filter
public Filter()
name
public java.lang.String name()
- Description copied from class:
KAON2Tool
- the name of the specified tool
- Specified by:
name
in class KAON2Tool
- Returns:
- the name of the tool
main
public static void main(java.lang.String[] args)
processArguments
public boolean processArguments(java.lang.String[] args)
compile
public void compile()
applyFilter
public org.semanticweb.kaon2.api.Ontology applyFilter(org.semanticweb.kaon2.api.Ontology ontology)
printUsage
public static void printUsage()
- prints the command line parameters and a short info