edu.stanford.smi.protegex.owl.swrl.bridge.impl
Class DatavaluedPropertyAtomImpl
java.lang.Object
edu.stanford.smi.protegex.owl.swrl.bridge.impl.AtomImpl
edu.stanford.smi.protegex.owl.swrl.bridge.impl.DatavaluedPropertyAtomImpl
- All Implemented Interfaces:
- Atom, DatavaluedPropertyAtom
public class DatavaluedPropertyAtomImpl
- extends AtomImpl
- implements DatavaluedPropertyAtom
Methods inherited from class edu.stanford.smi.protegex.owl.swrl.bridge.impl.AtomImpl |
addReferencedClassName, addReferencedIndividualName, addReferencedPropertyName, addReferencedVariableName, getReferencedClassNames, getReferencedIndividualNames, getReferencedPropertyNames, getReferencedVariableNames, hasReferencedClasses, hasReferencedIndividuals, hasReferencedProperties, hasReferencedVariables |
DatavaluedPropertyAtomImpl
public DatavaluedPropertyAtomImpl(String propertyName,
String prefixedPropertyName,
AtomArgument argument1,
AtomArgument argument2)
DatavaluedPropertyAtomImpl
public DatavaluedPropertyAtomImpl(String propertyName,
String prefixedPropertyName)
setArgument1
public void setArgument1(AtomArgument argument1)
setArgument2
public void setArgument2(AtomArgument argument2)
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName
in interface DatavaluedPropertyAtom
getPrefixedPropertyName
public String getPrefixedPropertyName()
getArgument1
public AtomArgument getArgument1()
- Specified by:
getArgument1
in interface DatavaluedPropertyAtom
getArgument2
public AtomArgument getArgument2()
- Specified by:
getArgument2
in interface DatavaluedPropertyAtom
toString
public String toString()
- Overrides:
toString
in class Object
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.