Version: 1.1.1

org.biomoby.shared.schema
Class MElementHashtable

java.lang.Object
  extended by org.biomoby.shared.schema.MElementHashtable

public class MElementHashtable
extends Object


Constructor Summary
MElementHashtable(Vector vc)
           
 
Method Summary
 Vector getArticleNames(String elementName)
          given a name of Element, find a vector which includes all article names; we also are given a vector of MElement, and here it is called mVector.Normally mVector is hasVector or hasaVector in Builder.java
 Hashtable getHashtable()
          get a hashtabe; the kyes are the names of MElement; the values are vectors containning article names.
 Vector getMVector()
          return the instance variable mVector
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MElementHashtable

public MElementHashtable(Vector vc)
Method Detail

getHashtable

public Hashtable getHashtable()
get a hashtabe; the kyes are the names of MElement; the values are vectors containning article names.

Returns:
a hashtable

getArticleNames

public Vector getArticleNames(String elementName)
given a name of Element, find a vector which includes all article names; we also are given a vector of MElement, and here it is called mVector.Normally mVector is hasVector or hasaVector in Builder.java

Parameters:
elementName - a name of MElement
Returns:
a vector containing article names

getMVector

public Vector getMVector()
return the instance variable mVector


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010