|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use SWRLAtomList | |
edu.stanford.smi.protegex.owl.swrl.model | |
edu.stanford.smi.protegex.owl.swrl.model.impl |
Uses of SWRLAtomList in edu.stanford.smi.protegex.owl.swrl.model |
Methods in edu.stanford.smi.protegex.owl.swrl.model that return SWRLAtomList | |
SWRLAtomList |
SWRLFactory.createAtomList()
|
SWRLAtomList |
SWRLFactory.createAtomList(Collection atoms)
|
SWRLAtomList |
SWRLImp.getBody()
|
SWRLAtomList |
SWRLImp.getHead()
|
Methods in edu.stanford.smi.protegex.owl.swrl.model with parameters of type SWRLAtomList | |
SWRLImp |
SWRLFactory.createImp(SWRLAtomList head,
SWRLAtomList body)
|
void |
SWRLImp.setBody(SWRLAtomList swrlAtomList)
|
void |
SWRLImp.setHead(SWRLAtomList swrlAtomList)
|
Uses of SWRLAtomList in edu.stanford.smi.protegex.owl.swrl.model.impl |
Classes in edu.stanford.smi.protegex.owl.swrl.model.impl that implement SWRLAtomList | |
class |
DefaultSWRLAtomList
|
Methods in edu.stanford.smi.protegex.owl.swrl.model.impl that return SWRLAtomList | |
SWRLAtomList |
DefaultSWRLImp.getHead()
|
SWRLAtomList |
DefaultSWRLImp.getBody()
|
Methods in edu.stanford.smi.protegex.owl.swrl.model.impl with parameters of type SWRLAtomList | |
void |
DefaultSWRLImp.setBody(SWRLAtomList swrlAtomList)
|
void |
DefaultSWRLImp.setHead(SWRLAtomList swrlAtomList)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |