Uses of Class
gov.nasa.pds.model.plugin.DOMAttr
-
Packages that use DOMAttr Package Description gov.nasa.pds.model.plugin -
-
Uses of DOMAttr in gov.nasa.pds.model.plugin
Methods in gov.nasa.pds.model.plugin that return DOMAttr Modifier and Type Method Description static DOMAttrDOMInfoModel. cloneDOMAttr(String lClassNameSpaceIdNC, String lClassTitle, String lAttrNameSpaceIdNC, String lAttrTitle, DOMAttr lOrgAttr)DOMAttrDOMProtAttr. convertToDOMAttr()Methods in gov.nasa.pds.model.plugin that return types with arguments of type DOMAttr Modifier and Type Method Description static ArrayList<DOMAttr>DOMInfoModel. getAllAttrRecurse(ArrayList<DOMAttr> lAttrArr, ArrayList<DOMClass> visitedClass, DOMClass lClass)Return all attributes in a class - recurse down through all associations.static ArrayList<DOMAttr>DOMInfoModel. getAttArrByTitleStewardClassSteward()ArrayList<DOMAttr>DOMInfoModel. getInitDOMAttrArr()TreeMap<String,DOMAttr>DOMInfoModel. getInitDOMAttrMap()static ArrayList<DOMAttr>DOMInfoModel. getMasterDOMAttrArr()ArrayList<DOMAttr>DOMIndexDefn. getSortedIdentifier1Arr()Methods in gov.nasa.pds.model.plugin with parameters of type DOMAttr Modifier and Type Method Description voidDOMAttr. cloneAttr(DOMAttr lOrgAttr)static DOMAttrDOMInfoModel. cloneDOMAttr(String lClassNameSpaceIdNC, String lClassTitle, String lAttrNameSpaceIdNC, String lAttrTitle, DOMAttr lOrgAttr)voidDOMProtAttr. createDOMPermValDefn(DOMAttr lDOMAttr, ArrayList<String> lValArr)voidDOMProp. createDOMPropSingletonsNoAssoc(DOMAttr lAttr)static voidDOMInfoModel. DOMAttrWriter(DOMAttr attr, PrintWriter prDOMWriter)print one attributestatic voidDMDebugUtils. dumpTermEntryMap(String id, DOMAttr domAttr)voidDOMAttr. finishCloneAttr(DOMAttr lOrgAttr)voidLDDDOMParser. printAttr(DOMAttr lDOMAttr)voidLDDDOMParser. printDebugAttribute(DOMAttr lDOMAttr, String note)voidLDDDOMParser. printProtegePontAttr(DOMAttr lDOMAttr)voidLDDDOMParser. printProtegePontAttrValues(DOMAttr lDOMAttr)voidDOMInfoModel. setInitDOMAttrMap(String id, DOMAttr lDOMAttr)Method parameters in gov.nasa.pds.model.plugin with type arguments of type DOMAttr Modifier and Type Method Description static ArrayList<DOMAttr>DOMInfoModel. getAllAttrRecurse(ArrayList<DOMAttr> lAttrArr, ArrayList<DOMClass> visitedClass, DOMClass lClass)Return all attributes in a class - recurse down through all associations.static ArrayList<String>DOMInfoModel. getAllRefAssocType(ArrayList<DOMAttr> lAttrArr)
-