com.clarkparsia.pellet.rules.model
Class DifferentIndividualsAtom

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

public class DifferentIndividualsAtom
extends BinaryAtom<java.lang.String,AtomIObject,AtomIObject>

Title: Different Individuals Atom

Description:

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Ron Alford

Constructor Summary
DifferentIndividualsAtom(AtomIObject argument1, AtomIObject argument2)
           
 
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

DifferentIndividualsAtom

public DifferentIndividualsAtom(AtomIObject argument1,
                                AtomIObject argument2)
Method Detail

accept

public void accept(RuleAtomVisitor visitor)
Specified by:
accept in interface RuleAtom
Specified by:
accept in class RuleAtomImpl<java.lang.String>

toString

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


Copyright © 2004 Evren Sirin. All Rights Reserved.