com.clarkparsia.pellet.rules.model
Class AtomIConstant

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

public class AtomIConstant
extends AtomConstant
implements AtomIObject

Title: Atom Instance Constant

Description: Represents a named individual

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Ron Alford

Constructor Summary
AtomIConstant(aterm.ATermAppl value)
           
 
Method Summary
 void accept(AtomObjectVisitor visitor)
           
 java.lang.String toString()
           
 
Methods inherited from class com.clarkparsia.pellet.rules.model.AtomConstant
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtomIConstant

public AtomIConstant(aterm.ATermAppl value)
Method Detail

accept

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004 Evren Sirin. All Rights Reserved.