Class TreeAttributSearcher
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax.lvl3utility.TreeAttributSearcher
- Record Components:
validSearchTypes
-attr
-
public class TreeAttributSearcher extends Object
enumerates the attributes of the given node / attributable in a path -->
attribute map
-
Constructor Summary
Constructors Constructor Description TreeAttributSearcher()
-
Method Summary
Modifier and Type Method Description static Map<String[],Attribute>
getMapPathToAttributable(HashSet<SearchType> validSearchTypes, Graph attr)
static Map<String[],Attribute>
getMapPathToAttributable(HashSet<SearchType> validSearchTypes, GraphElement attr)
-
Constructor Details
-
TreeAttributSearcher
public TreeAttributSearcher()
-
-
Method Details
-
getMapPathToAttributable
public static Map<String[],Attribute> getMapPathToAttributable(HashSet<SearchType> validSearchTypes, GraphElement attr) -
getMapPathToAttributable
-