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
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()
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.