com.clarkparsia.pellet.rules.model
Class AtomDVariable
java.lang.Object
com.clarkparsia.pellet.rules.model.AtomVariable
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
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 java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
AtomDVariable
public AtomDVariable(java.lang.String name)
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.