Uses of Interface
org.openrdf.concepts.swrl.Atom

Packages that use Atom
org.openrdf.concepts.swrl   
 

Uses of Atom in org.openrdf.concepts.swrl
 

Subinterfaces of Atom in org.openrdf.concepts.swrl
 interface BuiltinAtom
          consists of a builtin and a List of arguments
 interface ClassAtom
          consists of a classPredicate and argument1
 interface DataRangeAtom
          consists of a dataRange and argument1
 interface DatavaluedPropertyAtom
          consists of a propertyPredicate (owl:DatatypeProperty), argument1 (owl:Thing), and argument2 (rdfs:Literal)
 interface DifferentIndividualsAtom
          consists of argument1 (owl:Thing) and argument2 (owl:Thing)
 interface IndividualPropertyAtom
          consists of a propertyPredicate (owl:ObjectProperty), argument1 (owl:Thing), and argument2 (owl:Thing)
 interface SameIndividualAtom
          consists of argument1 (owl:Thing) and argument2 (owl:Thing)
 



Copyright © 2004-2007. All Rights Reserved.