com.clarkparsia.pellet.rules.model
Class AtomIVariable

java.lang.Object
  extended by com.clarkparsia.pellet.rules.model.AtomVariable
      extended by com.clarkparsia.pellet.rules.model.AtomIVariable
All Implemented Interfaces:
AtomIObject, AtomObject

public class AtomIVariable
extends AtomVariable
implements AtomIObject

Title: Atom Instance Variable

Description: A variable that ranges over all named individuals

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Ron Alford

Constructor Summary
AtomIVariable(java.lang.String name)
           
 
Method Summary
 void accept(AtomObjectVisitor visitor)
           
 boolean equals(java.lang.Object other)
          Checks if this variable is equal to some other variable.
 
Methods inherited from class com.clarkparsia.pellet.rules.model.AtomVariable
compareTo, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtomIVariable

public AtomIVariable(java.lang.String name)
Method Detail

accept

public void accept(AtomObjectVisitor visitor)
Specified by:
accept in interface AtomObject

equals

public boolean equals(java.lang.Object other)
Description copied from class: AtomVariable
Checks if this variable is equal to some other variable.

Overrides:
equals in class AtomVariable


Copyright © 2004 Evren Sirin. All Rights Reserved.