Uses of Interface
edu.stanford.smi.protegex.owl.swrl.model.SWRLImp

Packages that use SWRLImp
edu.stanford.smi.protegex.owl.swrl.model   
edu.stanford.smi.protegex.owl.swrl.model.impl   
edu.stanford.smi.protegex.owl.swrl.parser   
edu.stanford.smi.protegex.owl.swrl.ui.code   
edu.stanford.smi.protegex.owl.swrl.ui.table   
 

Uses of SWRLImp in edu.stanford.smi.protegex.owl.swrl.model
 

Methods in edu.stanford.smi.protegex.owl.swrl.model that return SWRLImp
 SWRLImp SWRLFactory.createImp()
           
 SWRLImp SWRLFactory.createImp(String expression)
           
 SWRLImp SWRLFactory.createImp(SWRLAtom headAtom, Collection bodyAtoms)
           
 SWRLImp SWRLFactory.createImp(SWRLAtomList head, SWRLAtomList body)
           
 SWRLImp SWRLImp.createClone()
           
 

Uses of SWRLImp in edu.stanford.smi.protegex.owl.swrl.model.impl
 

Classes in edu.stanford.smi.protegex.owl.swrl.model.impl that implement SWRLImp
 class DefaultSWRLImp
           
 

Methods in edu.stanford.smi.protegex.owl.swrl.model.impl that return SWRLImp
 SWRLImp DefaultSWRLImp.createClone()
           
 

Uses of SWRLImp in edu.stanford.smi.protegex.owl.swrl.parser
 

Methods in edu.stanford.smi.protegex.owl.swrl.parser that return SWRLImp
 SWRLImp SWRLParser.parse(String rule)
           
 SWRLImp SWRLParser.parse(String rule, SWRLImp imp)
           
 

Methods in edu.stanford.smi.protegex.owl.swrl.parser with parameters of type SWRLImp
 SWRLImp SWRLParser.parse(String rule, SWRLImp imp)
           
 

Uses of SWRLImp in edu.stanford.smi.protegex.owl.swrl.ui.code
 

Methods in edu.stanford.smi.protegex.owl.swrl.ui.code that return SWRLImp
 SWRLImp SWRLTextAreaPanel.getResultAsImp()
           
 

Methods in edu.stanford.smi.protegex.owl.swrl.ui.code with parameters of type SWRLImp
static boolean SWRLTextAreaPanel.showEditDialog(Component parent, OWLModel owlModel, SWRLImp imp)
           
 

Constructors in edu.stanford.smi.protegex.owl.swrl.ui.code with parameters of type SWRLImp
SWRLTextAreaPanel(OWLModel anOWLModel, SWRLImp imp)
           
 

Uses of SWRLImp in edu.stanford.smi.protegex.owl.swrl.ui.table
 

Methods in edu.stanford.smi.protegex.owl.swrl.ui.table that return SWRLImp
 SWRLImp SWRLTableModel.getImp(int row)
           
 SWRLImp SWRLTable.getSelectedImp()
           
 

Methods in edu.stanford.smi.protegex.owl.swrl.ui.table with parameters of type SWRLImp
private  int SWRLTableModel.getRowFor(SWRLImp imp)
           
 int SWRLTableModel.indexOf(SWRLImp imp)
           
private  boolean SWRLTableModel.isSuitable(SWRLImp imp)
           
private  void SWRLTableModel.perhapsAdd(SWRLImp imp)
           
private  void SWRLTableModel.perhapsRemove(SWRLImp imp)
           
 void SWRLTableModel.setRowOf(SWRLImp imp, int index)
           
 void SWRLTable.replaceImp(SWRLImp oldImp, SWRLImp newImp)