Protégé-OWL 3.4.1

edu.stanford.smi.protegex.owl.swrl.bridge.impl
Class AtomImpl

java.lang.Object
  extended by 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


Constructor Summary
AtomImpl()
           
 
Method Summary
 void addReferencedClassName(String className)
           
 void addReferencedIndividualName(String individualName)
           
 void addReferencedPropertyName(String propertyName)
           
 void addReferencedVariableName(String variableName)
           
 Set<String> getReferencedClassNames()
           
 Set<String> getReferencedIndividualNames()
           
 Set<String> getReferencedPropertyNames()
           
 Set<String> getReferencedVariableNames()
           
 boolean hasReferencedClasses()
           
 boolean hasReferencedIndividuals()
           
 boolean hasReferencedProperties()
           
 boolean hasReferencedVariables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomImpl

public AtomImpl()
Method Detail

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

public void addReferencedClassName(String className)

addReferencedPropertyName

public void addReferencedPropertyName(String propertyName)

addReferencedIndividualName

public void addReferencedIndividualName(String individualName)

addReferencedVariableName

public void addReferencedVariableName(String variableName)

Protégé-OWL 3.4.1

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