All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface DSRG.VKB.VKB_MKB_Attribute

public 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 Index

 o getName()
Get Name of this attribute in format "IS.R.A".
 o getRelation()
Get Relation of one attribute.

Methods

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

 o getRelation
 public abstract Relation getRelation()
Get Relation of one attribute.


All Packages  Class Hierarchy  This Package  Previous  Next  Index