org.put.semintec.core
Class Atom

java.lang.Object
  extended by org.put.semintec.core.Atom

public class Atom
extends java.lang.Object

Wrapper for types representing atoms

Author:
Agnieszka Lawrynowicz

Constructor Summary
Atom(org.semanticweb.kaon2.api.logic.Literal atom)
           
 
Method Summary
 org.semanticweb.kaon2.api.logic.Literal getAtom()
          Getter of the property atom
 void setAtom(org.semanticweb.kaon2.api.logic.Literal atom)
          Setter of the property atom
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Atom

public Atom(org.semanticweb.kaon2.api.logic.Literal atom)
Method Detail

getAtom

public org.semanticweb.kaon2.api.logic.Literal getAtom()
Getter of the property atom

Returns:
Returns the atom.

setAtom

public void setAtom(org.semanticweb.kaon2.api.logic.Literal atom)
Setter of the property atom

Parameters:
atom - The atom to set.