|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SWRLAtom | |
|---|---|
| org.coode.owl.rdfxml.parser | |
| org.semanticweb.owl.model | |
| uk.ac.manchester.cs.owl | |
| Uses of SWRLAtom in org.coode.owl.rdfxml.parser |
|---|
| Methods in org.coode.owl.rdfxml.parser that return SWRLAtom | |
|---|---|
SWRLAtom |
SWRLAtomListItemTranslator.translate(OWLConstant firstObject)
|
SWRLAtom |
SWRLAtomListItemTranslator.translate(java.net.URI firstObject)
|
| Uses of SWRLAtom in org.semanticweb.owl.model |
|---|
| Subinterfaces of SWRLAtom in org.semanticweb.owl.model | |
|---|---|
interface |
SWRLBinaryAtom<P,A extends SWRLAtomObject,B extends SWRLAtomObject>
Author: Matthew Horridge The University Of Manchester Medical Informatics Group Date: Jan 15, 2007 matthew.horridge@cs.man.ac.uk www.cs.man.ac.uk/~horridgm |
interface |
SWRLBuiltInAtom
Author: Matthew Horridge The University Of Manchester Medical Informatics Group Date: Jan 15, 2007 matthew.horridge@cs.man.ac.uk www.cs.man.ac.uk/~horridgm |
interface |
SWRLClassAtom
Author: Matthew Horridge The University Of Manchester Medical Informatics Group Date: Jan 15, 2007 matthew.horridge@cs.man.ac.uk www.cs.man.ac.uk/~horridgm |
interface |
SWRLDataRangeAtom
Author: Matthew Horridge The University Of Manchester Medical Informatics Group Date: Jan 15, 2007 matthew.horridge@cs.man.ac.uk www.cs.man.ac.uk/~horridgm |
interface |
SWRLDataValuedPropertyAtom
Author: Matthew Horridge The University Of Manchester Medical Informatics Group Date: Jan 15, 2007 matthew.horridge@cs.man.ac.uk www.cs.man.ac.uk/~horridgm |
interface |
SWRLDifferentFromAtom
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 18-Feb-2007 |
interface |
SWRLObjectPropertyAtom
Author: Matthew Horridge The University Of Manchester Medical Informatics Group Date: Jan 15, 2007 matthew.horridge@cs.man.ac.uk www.cs.man.ac.uk/~horridgm |
interface |
SWRLSameAsAtom
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 18-Feb-2007 |
interface |
SWRLUnaryAtom<P,A extends SWRLAtomObject>
Author: Matthew Horridge The University Of Manchester Medical Informatics Group Date: Jan 15, 2007 matthew.horridge@cs.man.ac.uk www.cs.man.ac.uk/~horridgm |
| Methods in org.semanticweb.owl.model that return types with arguments of type SWRLAtom | |
|---|---|
java.util.Set<SWRLAtom> |
SWRLRule.getBody()
Gets the atoms in the body |
java.util.Set<SWRLAtom> |
SWRLRule.getHead()
Gets the atoms in the head. |
| Method parameters in org.semanticweb.owl.model with type arguments of type SWRLAtom | |
|---|---|
SWRLRule |
SWRLDataFactory.getSWRLRule(java.util.Set<? extends SWRLAtom> antecendent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule which is not named with a URI. |
SWRLRule |
SWRLDataFactory.getSWRLRule(java.util.Set<? extends SWRLAtom> antecendent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule which is not named with a URI. |
SWRLRule |
SWRLDataFactory.getSWRLRule(java.net.URI uri,
boolean anonymous,
java.util.Set<? extends SWRLAtom> antededent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule. |
SWRLRule |
SWRLDataFactory.getSWRLRule(java.net.URI uri,
boolean anonymous,
java.util.Set<? extends SWRLAtom> antededent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule. |
SWRLRule |
SWRLDataFactory.getSWRLRule(java.net.URI uri,
java.util.Set<? extends SWRLAtom> antecendent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule which is named with a URI |
SWRLRule |
SWRLDataFactory.getSWRLRule(java.net.URI uri,
java.util.Set<? extends SWRLAtom> antecendent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule which is named with a URI |
| Uses of SWRLAtom in uk.ac.manchester.cs.owl |
|---|
| Classes in uk.ac.manchester.cs.owl that implement SWRLAtom | |
|---|---|
class |
SWRLAtomImpl<P>
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 15-Jan-2007 |
class |
SWRLBinaryAtomImpl<P extends OWLObject,A extends SWRLAtomObject,B extends SWRLAtomObject>
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 15-Jan-2007 |
class |
SWRLBuiltInAtomImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 15-Jan-2007 |
class |
SWRLClassAtomImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 15-Jan-2007 |
class |
SWRLDataRangeAtomImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 15-Jan-2007 |
class |
SWRLDataValuedPropertyAtomImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 15-Jan-2007 |
class |
SWRLDifferentFromAtomImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 18-Feb-2007 |
class |
SWRLObjectPropertyAtomImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 15-Jan-2007 |
class |
SWRLSameAsAtomImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 18-Feb-2007 |
class |
SWRLUnaryAtomImpl<P,A extends SWRLAtomObject>
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 15-Jan-2007 |
| Methods in uk.ac.manchester.cs.owl that return types with arguments of type SWRLAtom | |
|---|---|
java.util.Set<SWRLAtom> |
SWRLRuleImpl.getBody()
Gets the atoms in the antecedent |
java.util.Set<SWRLAtom> |
SWRLRuleImpl.getHead()
Gets the atoms in the consequent. |
| Method parameters in uk.ac.manchester.cs.owl with type arguments of type SWRLAtom | |
|---|---|
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(java.util.Set<? extends SWRLAtom> antecendent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule which is anonymous - i.e. |
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(java.util.Set<? extends SWRLAtom> antecendent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule which is anonymous - i.e. |
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(java.net.URI uri,
boolean anonymous,
java.util.Set<? extends SWRLAtom> antededent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule which is not named with a URI - i.e. |
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(java.net.URI uri,
boolean anonymous,
java.util.Set<? extends SWRLAtom> antededent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule which is not named with a URI - i.e. |
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(java.net.URI uri,
java.util.Set<? extends SWRLAtom> antecendent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule which is named with a URI |
SWRLRule |
OWLDataFactoryImpl.getSWRLRule(java.net.URI uri,
java.util.Set<? extends SWRLAtom> antecendent,
java.util.Set<? extends SWRLAtom> consequent)
Gets a SWRL rule which is named with a URI |
| Constructor parameters in uk.ac.manchester.cs.owl with type arguments of type SWRLAtom | |
|---|---|
SWRLRuleImpl(OWLDataFactory dataFactory,
boolean anon,
java.net.URI uri,
java.util.Set<? extends SWRLAtom> antecedent,
java.util.Set<? extends SWRLAtom> consequent)
|
|
SWRLRuleImpl(OWLDataFactory dataFactory,
boolean anon,
java.net.URI uri,
java.util.Set<? extends SWRLAtom> antecedent,
java.util.Set<? extends SWRLAtom> consequent)
|
|
SWRLRuleImpl(OWLDataFactory dataFactory,
java.util.Set<? extends SWRLAtom> antecedent,
java.util.Set<? extends SWRLAtom> consequent)
|
|
SWRLRuleImpl(OWLDataFactory dataFactory,
java.util.Set<? extends SWRLAtom> antecedent,
java.util.Set<? extends SWRLAtom> consequent)
|
|
SWRLRuleImpl(OWLDataFactory dataFactory,
java.net.URI uri,
java.util.Set<? extends SWRLAtom> antecedent,
java.util.Set<? extends SWRLAtom> consequent)
|
|
SWRLRuleImpl(OWLDataFactory dataFactory,
java.net.URI uri,
java.util.Set<? extends SWRLAtom> antecedent,
java.util.Set<? extends SWRLAtom> consequent)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||