Protégé-OWL 3.4

edu.stanford.smi.protegex.owl.swrl.bridge
Interface Atom

All Known Subinterfaces:
BuiltInAtom, ClassAtom, DataRangeAtom, DatavaluedPropertyAtom, DifferentIndividualsAtom, IndividualPropertyAtom, IndividualsAtom, SameIndividualAtom
All Known Implementing Classes:
AtomImpl, BuiltInAtomImpl, ClassAtomImpl, DataRangeAtomImpl, DatavaluedPropertyAtomImpl, DifferentIndividualsAtomImpl, IndividualPropertyAtomImpl, IndividualsAtomImpl, SameIndividualAtomImpl

public interface Atom


Method Summary
 Set<String> getReferencedClassNames()
           
 Set<String> getReferencedIndividualNames()
           
 Set<String> getReferencedPropertyNames()
           
 Set<String> getReferencedVariableNames()
           
 boolean hasReferencedClasses()
           
 boolean hasReferencedIndividuals()
           
 boolean hasReferencedProperties()
           
 boolean hasReferencedVariables()
           
 

Method Detail

hasReferencedClasses

boolean hasReferencedClasses()

hasReferencedProperties

boolean hasReferencedProperties()

hasReferencedIndividuals

boolean hasReferencedIndividuals()

hasReferencedVariables

boolean hasReferencedVariables()

getReferencedClassNames

Set<String> getReferencedClassNames()

getReferencedPropertyNames

Set<String> getReferencedPropertyNames()

getReferencedIndividualNames

Set<String> getReferencedIndividualNames()

getReferencedVariableNames

Set<String> getReferencedVariableNames()

Protégé-OWL 3.4

Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.