edu.stanford.smi.protegex.owl.swrl.bridge
Class AtomInfo
java.lang.Object
edu.stanford.smi.protegex.owl.swrl.bridge.Info
edu.stanford.smi.protegex.owl.swrl.bridge.AtomInfo
- Direct Known Subclasses:
- BuiltInAtomInfo, ClassAtomInfo, DataRangeAtomInfo, DatavaluedPropertyAtomInfo, IndividualPropertyAtomInfo, IndividualsAtomInfo
public class AtomInfo
- extends Info
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomInfo
public AtomInfo()
hasReferencedIndividuals
public boolean hasReferencedIndividuals()
getReferencedIndividualNames
public Set<String> getReferencedIndividualNames()
hasReferencedVariables
public boolean hasReferencedVariables()
getReferencedVariableNames
public Set<String> getReferencedVariableNames()
getReferencedObjectVariableNames
public Set<String> getReferencedObjectVariableNames()
getReferencedDatatypeVariableNames
public Set<String> getReferencedDatatypeVariableNames()
isReferencedObjectVariable
public boolean isReferencedObjectVariable(String variableName)
isReferencedDatatypeVariable
public boolean isReferencedDatatypeVariable(String variableName)
addReferencedIndividualName
protected void addReferencedIndividualName(String individualName)
addReferencedVariable
protected void addReferencedVariable(String variableName,
VariableInfo variableInfo)
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.