net.sourceforge.fluxion.beans
Class MappingManagerUtilsBean

java.lang.Object
  extended by net.sourceforge.fluxion.beans.MappingManagerUtilsBean

public class MappingManagerUtilsBean
extends java.lang.Object

Created by IntelliJ IDEA. User: davey Date: Feb 16, 2009 Time: 12:52:06 PM To change this template use File | Settings | File Templates.


Constructor Summary
MappingManagerUtilsBean()
           
 
Method Summary
 net.sf.json.JSONObject createMapping(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
           
 net.sf.json.JSONObject getSourceNodesMappedToTargetNode(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
           
 net.sf.json.JSONObject getTargetNodesMappedToSourceNode(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
           
 net.sf.json.JSONObject mapNodes(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
           
 net.sf.json.JSONObject newRules(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
           
 net.sf.json.JSONObject setSourceAndTargetOntologies(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
           
 net.sf.json.JSONObject setSourceOntology(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
           
 net.sf.json.JSONObject setTargetOntology(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
           
 net.sf.json.JSONObject setUpfrontGraphGeneration(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
           
 net.sf.json.JSONObject setUpManager(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingManagerUtilsBean

public MappingManagerUtilsBean()
Method Detail

setUpManager

public net.sf.json.JSONObject setUpManager(javax.servlet.http.HttpSession session,
                                           net.sf.json.JSONObject json)

newRules

public net.sf.json.JSONObject newRules(javax.servlet.http.HttpSession session,
                                       net.sf.json.JSONObject json)

setUpfrontGraphGeneration

public net.sf.json.JSONObject setUpfrontGraphGeneration(javax.servlet.http.HttpSession session,
                                                        net.sf.json.JSONObject json)
                                                 throws net.sf.json.JSONException
Throws:
net.sf.json.JSONException

createMapping

public net.sf.json.JSONObject createMapping(javax.servlet.http.HttpSession session,
                                            net.sf.json.JSONObject json)
                                     throws net.sf.json.JSONException
Throws:
net.sf.json.JSONException

setSourceAndTargetOntologies

public net.sf.json.JSONObject setSourceAndTargetOntologies(javax.servlet.http.HttpSession session,
                                                           net.sf.json.JSONObject json)
                                                    throws net.sf.json.JSONException
Throws:
net.sf.json.JSONException

setSourceOntology

public net.sf.json.JSONObject setSourceOntology(javax.servlet.http.HttpSession session,
                                                net.sf.json.JSONObject json)
                                         throws net.sf.json.JSONException
Throws:
net.sf.json.JSONException

setTargetOntology

public net.sf.json.JSONObject setTargetOntology(javax.servlet.http.HttpSession session,
                                                net.sf.json.JSONObject json)
                                         throws net.sf.json.JSONException
Throws:
net.sf.json.JSONException

mapNodes

public net.sf.json.JSONObject mapNodes(javax.servlet.http.HttpSession session,
                                       net.sf.json.JSONObject json)

getTargetNodesMappedToSourceNode

public net.sf.json.JSONObject getTargetNodesMappedToSourceNode(javax.servlet.http.HttpSession session,
                                                               net.sf.json.JSONObject json)

getSourceNodesMappedToTargetNode

public net.sf.json.JSONObject getSourceNodesMappedToTargetNode(javax.servlet.http.HttpSession session,
                                                               net.sf.json.JSONObject json)


Copyright © 2010. All Rights Reserved.