com.clarkparsia.pellet.rules.model
Class ClassAtom

java.lang.Object
  extended by com.clarkparsia.pellet.rules.model.RuleAtomImpl<aterm.ATermAppl>
      extended by com.clarkparsia.pellet.rules.model.UnaryAtom<AtomIObject>
          extended by com.clarkparsia.pellet.rules.model.ClassAtom
All Implemented Interfaces:
RuleAtom

public class ClassAtom
extends UnaryAtom<AtomIObject>

Title: Class Atom

Description:

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Ron Alford

Constructor Summary
ClassAtom(aterm.ATermAppl predicate, AtomIObject argument)
           
 
Method Summary
 void accept(RuleAtomVisitor visitor)
           
 
Methods inherited from class com.clarkparsia.pellet.rules.model.UnaryAtom
getAllArguments, getArgument, toString
 
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

ClassAtom

public ClassAtom(aterm.ATermAppl predicate,
                 AtomIObject argument)
Method Detail

accept

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


Copyright © 2004 Evren Sirin. All Rights Reserved.