com.clarkparsia.pellet.rules.model
Class IndividualPropertyAtom

java.lang.Object
  extended by com.clarkparsia.pellet.rules.model.RuleAtomImpl<P>
      extended by com.clarkparsia.pellet.rules.model.BinaryAtom<aterm.ATermAppl,AtomIObject,AtomIObject>
          extended by com.clarkparsia.pellet.rules.model.IndividualPropertyAtom
All Implemented Interfaces:
RuleAtom

public class IndividualPropertyAtom
extends BinaryAtom<aterm.ATermAppl,AtomIObject,AtomIObject>

Title: Individual Property Atom

Description:

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Ron Alford

Constructor Summary
IndividualPropertyAtom(aterm.ATermAppl predicate, AtomIObject subject, AtomIObject object)
           
 
Method Summary
 void accept(RuleAtomVisitor visitor)
           
 java.lang.String toString()
           
 
Methods inherited from class com.clarkparsia.pellet.rules.model.BinaryAtom
getAllArguments, getArgument1, getArgument2
 
Methods inherited from class com.clarkparsia.pellet.rules.model.RuleAtomImpl
equals, getPredicate, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndividualPropertyAtom

public IndividualPropertyAtom(aterm.ATermAppl predicate,
                              AtomIObject subject,
                              AtomIObject object)
Method Detail

accept

public void accept(RuleAtomVisitor visitor)
Specified by:
accept in interface RuleAtom
Specified by:
accept in class RuleAtomImpl<aterm.ATermAppl>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004 Evren Sirin. All Rights Reserved.