edu.stanford.smi.protegex.owl.swrl.bridge.impl
Class AtomImpl
java.lang.Object
edu.stanford.smi.protegex.owl.swrl.bridge.impl.AtomImpl
- All Implemented Interfaces:
- Atom
- Direct Known Subclasses:
- BuiltInAtomImpl, ClassAtomImpl, DataRangeAtomImpl, DatavaluedPropertyAtomImpl, IndividualPropertyAtomImpl, IndividualsAtomImpl
public class AtomImpl
- extends Object
- implements Atom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomImpl
public AtomImpl()
hasReferencedClasses
public boolean hasReferencedClasses()
- Specified by:
hasReferencedClasses
in interface Atom
getReferencedClassNames
public Set<String> getReferencedClassNames()
- Specified by:
getReferencedClassNames
in interface Atom
hasReferencedProperties
public boolean hasReferencedProperties()
- Specified by:
hasReferencedProperties
in interface Atom
getReferencedPropertyNames
public Set<String> getReferencedPropertyNames()
- Specified by:
getReferencedPropertyNames
in interface Atom
hasReferencedIndividuals
public boolean hasReferencedIndividuals()
- Specified by:
hasReferencedIndividuals
in interface Atom
getReferencedIndividualNames
public Set<String> getReferencedIndividualNames()
- Specified by:
getReferencedIndividualNames
in interface Atom
hasReferencedVariables
public boolean hasReferencedVariables()
- Specified by:
hasReferencedVariables
in interface Atom
getReferencedVariableNames
public Set<String> getReferencedVariableNames()
- Specified by:
getReferencedVariableNames
in interface Atom
addReferencedClassName
protected void addReferencedClassName(String className)
addReferencedPropertyName
protected void addReferencedPropertyName(String propertyName)
addReferencedIndividualName
protected void addReferencedIndividualName(String individualName)
addReferencedVariableName
protected void addReferencedVariableName(String variableName)
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.