edu.lehigh.swat.obione
Class MapAtom

java.lang.Object
  extended by edu.lehigh.swat.fol.Atom
      extended by edu.lehigh.swat.obione.MapAtom

public class MapAtom
extends edu.lehigh.swat.fol.Atom

Models the Atoms of a map i.e. associates an ontology with each Atom Note: associating an ontology with an atom as opposed to a LHS or RHS allows the flexiblity to later extend our maps to multi ontology framework

Author:
abirqasem

Field Summary
private  java.lang.String ontology
           
 
Constructor Summary
MapAtom(org.semanticweb.kaon2.api.rules.Literal l)
           
 
Method Summary
 java.lang.String getOnt()
           
static void main(java.lang.String[] args)
           
 java.lang.String toString()
           
 
Methods inherited from class edu.lehigh.swat.fol.Atom
getAtom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ontology

private java.lang.String ontology
Constructor Detail

MapAtom

MapAtom(org.semanticweb.kaon2.api.rules.Literal l)
Method Detail

getOnt

public java.lang.String getOnt()

toString

public java.lang.String toString()
Overrides:
toString in class edu.lehigh.swat.fol.Atom

main

public static void main(java.lang.String[] args)
Parameters:
args -