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 voiddumpMaster(String title)voidgetDOMModel(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 GetDOMModelDocStringgetSlotMapValue(ArrayList<String> valarr)Get Slot ValuevoidprintInst(HashMap<String,InstDefn> instMap)voidsetMasterAttrisUsedInClassFlag()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
-
dumpMaster
public void dumpMaster(String title)
-
-