com.clarkparsia.pellet.rules.model
Class AtomIVariable
java.lang.Object
com.clarkparsia.pellet.rules.model.AtomVariable
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
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 |
AtomIVariable
public AtomIVariable(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.