DSRG.VKB
Interface VKB_MKB_Attribute


public abstract interface VKB_MKB_Attribute

The interface between VKB and MKB.Attribute. The MKB.Attribute should implements this interface no matter how it changed. The interface include:


Method Summary
 java.lang.String getName()
          Get Name of this attribute in format "IS.R.A".
 Relation getRelation()
          Get Relation of one attribute.
 

Method Detail

getName

public java.lang.String getName()
Get Name of this attribute in format "IS.R.A".

getRelation

public Relation getRelation()
Get Relation of one attribute.