DSRG.VKB.E_SQL
Interface E_SQL_MKB


public abstract interface E_SQL_MKB

Interface between E_SQL (SimpleNode) and MKB. It will create a stub MKB for VKB using.


Method Summary
 Attribute createAttribute(java.lang.String IS_name, java.lang.String rel_name, java.lang.String attr_name)
          Create a new Attribute in MKB, Used by SimpleNode
 Relation createRelation(java.lang.String IS_name, java.lang.String rel_name)
          Create a new Relation in MKB.
 

Method Detail

createRelation

public Relation createRelation(java.lang.String IS_name,
                               java.lang.String rel_name)
Create a new Relation in MKB. Used by SimpleNode

createAttribute

public Attribute createAttribute(java.lang.String IS_name,
                                 java.lang.String rel_name,
                                 java.lang.String attr_name)
Create a new Attribute in MKB, Used by SimpleNode