org.biomoby.shared.schema
Class MElementHashtable
java.lang.Object
org.biomoby.shared.schema.MElementHashtable
public class MElementHashtable
- extends Object
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 |
MElementHashtable
public MElementHashtable(Vector vc)
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
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010