com.clarkparsia.pellet.rules.model
Class AtomDVariable

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

public class AtomDVariable
extends AtomVariable
implements AtomDObject

Title: Atom Data Variable

Description: A variable that ranges over all data values

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Ron Alford

Constructor Summary
AtomDVariable(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

AtomDVariable

public AtomDVariable(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.