com.clarkparsia.pellet.rules.model
Class AtomConstant
java.lang.Object
com.clarkparsia.pellet.rules.model.AtomConstant
- All Implemented Interfaces:
- AtomObject
- Direct Known Subclasses:
- AtomDConstant, AtomIConstant
public abstract class AtomConstant
- extends java.lang.Object
- implements AtomObject
Title: Atom Constant
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
- Author:
- Ron Alford
Method Summary |
boolean |
equals(java.lang.Object other)
|
aterm.ATermAppl |
getValue()
Returns the aterm value this constant was initialized with. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.clarkparsia.pellet.rules.model.AtomObject |
accept |
AtomConstant
public AtomConstant(aterm.ATermAppl value)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
getValue
public aterm.ATermAppl getValue()
- Returns the aterm value this constant was initialized with.
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2004 Evren Sirin. All Rights Reserved.