Protégé-OWL 3.4.1

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

java.lang.Object
  extended by edu.stanford.smi.protegex.owl.swrl.bridge.impl.AtomImpl
      extended by edu.stanford.smi.protegex.owl.swrl.bridge.impl.IndividualPropertyAtomImpl
All Implemented Interfaces:
Atom, IndividualPropertyAtom

public class IndividualPropertyAtomImpl
extends AtomImpl
implements IndividualPropertyAtom


Constructor Summary
IndividualPropertyAtomImpl(String propertyName, String prefixedPropertyName)
           
IndividualPropertyAtomImpl(String propertyName, String prefixedPropertyName, AtomArgument argument1, AtomArgument argument2)
           
 
Method Summary
 AtomArgument getArgument1()
           
 AtomArgument getArgument2()
           
 String getPrefixedPropertyName()
           
 String getPropertyName()
           
 void setArgument1(AtomArgument argument1)
           
 void setArgument2(AtomArgument argument2)
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.stanford.smi.protegex.owl.swrl.bridge.Atom
getReferencedClassNames, getReferencedIndividualNames, getReferencedPropertyNames, getReferencedVariableNames, hasReferencedClasses, hasReferencedIndividuals, hasReferencedProperties, hasReferencedVariables
 

Constructor Detail

IndividualPropertyAtomImpl

public IndividualPropertyAtomImpl(String propertyName,
                                  String prefixedPropertyName,
                                  AtomArgument argument1,
                                  AtomArgument argument2)

IndividualPropertyAtomImpl

public IndividualPropertyAtomImpl(String propertyName,
                                  String prefixedPropertyName)
Method Detail

setArgument1

public void setArgument1(AtomArgument argument1)

setArgument2

public void setArgument2(AtomArgument argument2)

getPropertyName

public String getPropertyName()
Specified by:
getPropertyName in interface IndividualPropertyAtom

getPrefixedPropertyName

public String getPrefixedPropertyName()

getArgument1

public AtomArgument getArgument1()
Specified by:
getArgument1 in interface IndividualPropertyAtom

getArgument2

public AtomArgument getArgument2()
Specified by:
getArgument2 in interface IndividualPropertyAtom

toString

public String toString()
Overrides:
toString in class Object

Protégé-OWL 3.4.1

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