Package gov.nasa.pds.model.plugin
Class GetDOMModel
- java.lang.Object
-
- gov.nasa.pds.model.plugin.GetDOMModel
-
public class GetDOMModel extends Object
-
-
Constructor Summary
Constructors Constructor Description GetDOMModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getDOMModel(String docFileName)
initialize the information model and master dictionary (attribute and class) Note that only the information model is now read the document, glossary, etc are handled in GetDOMModelDocString
getSlotMapValue(ArrayList<String> valarr)
Get Slot Valuevoid
printInst(HashMap<String,InstDefn> instMap)
void
setMasterAttrisUsedInClassFlag()
set the isUsedInClass flag
-
-
-
Method Detail
-
getDOMModel
public void getDOMModel(String docFileName) throws Throwable
initialize the information model and master dictionary (attribute and class) Note that only the information model is now read the document, glossary, etc are handled in GetDOMModelDoc- Throws:
Throwable
-
setMasterAttrisUsedInClassFlag
public void setMasterAttrisUsedInClassFlag()
set the isUsedInClass flag
-
-