edu.lehigh.swat.obione
Class MapFactory

java.lang.Object
  extended by edu.lehigh.swat.obione.MapFactory

public class MapFactory
extends java.lang.Object

Author:
abirqasem

Constructor Summary
MapFactory()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static GAVMapView makeGAVMapView(org.semanticweb.kaon2.api.rules.Rule r)
           
static LAVMapView makeLAVMapView(org.semanticweb.kaon2.api.rules.Rule r)
          Temporary method to work on exisiting data files which are of the following format SWRL syntax, all Horn.
static SourceView makeSourceView(org.semanticweb.kaon2.api.rules.Rule r, java.lang.String ont)
          Temporary method to work on exisiting data files which are of the following format SWRL syntax, all Horn.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFactory

public MapFactory()
Method Detail

makeGAVMapView

public static GAVMapView makeGAVMapView(org.semanticweb.kaon2.api.rules.Rule r)

makeLAVMapView

public static LAVMapView makeLAVMapView(org.semanticweb.kaon2.api.rules.Rule r)
Temporary method to work on exisiting data files which are of the following format SWRL syntax, all Horn. Head is interpreted as head and body as body. This works if we only have LAV rules. Once we have the GAV rules this will change to probably as follows Multi Lieral heads of the SWRL rule will become the body and the single body will become the head

Parameters:
r -
Returns:

makeSourceView

public static SourceView makeSourceView(org.semanticweb.kaon2.api.rules.Rule r,
                                        java.lang.String ont)
Temporary method to work on exisiting data files which are of the following format SWRL syntax, all Horn. Head is interpreted as head and body as body. This works if we only have LAV rules. Once we have the GAV rules this will change to probably as follows Multi Lieral heads of the SWRL rule will become the body and the single body will become the head

Parameters:
r -
Returns:

main

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