|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.ri.StatementFinder
public class StatementFinder
Class that finds statements in a PDS label that matches a user supplied list of keywords.
Constructor Summary | |
---|---|
StatementFinder()
|
Method Summary | |
---|---|
static Map<String,List<gov.nasa.pds.tools.label.AttributeStatement>> |
getStatementsRecursively(gov.nasa.pds.tools.label.Label label,
List<String> identifiers)
Recursively searches down a PDS label to find attributes that match a user supplied list of keywords. |
static List<gov.nasa.pds.tools.label.AttributeStatement> |
getStatementsRecursively(gov.nasa.pds.tools.label.Label label,
String identifier)
Recursively searches down a PDS label to find attributes that matches a user supplied keyword. |
static Map<String,List<gov.nasa.pds.tools.label.AttributeStatement>> |
getStatementsRecursively(List<gov.nasa.pds.tools.label.Label> labels,
List<String> identifiers)
Recursively searches down a PDS label to find attributes that match a user supplied list of keywords. |
static List<gov.nasa.pds.tools.label.AttributeStatement> |
getStatementsRecursively(List<gov.nasa.pds.tools.label.Label> labels,
String identifier)
Recursively searches down a PDS label to find attributes that match a user supplied list of keywords. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementFinder()
Method Detail |
---|
public static List<gov.nasa.pds.tools.label.AttributeStatement> getStatementsRecursively(gov.nasa.pds.tools.label.Label label, String identifier)
label
- A PDS label file.identifier
- An identifier to search for in the labels.
public static List<gov.nasa.pds.tools.label.AttributeStatement> getStatementsRecursively(List<gov.nasa.pds.tools.label.Label> labels, String identifier)
labels
- A list of PDS label files.identifier
- An identifier to search for in the labels.
public static Map<String,List<gov.nasa.pds.tools.label.AttributeStatement>> getStatementsRecursively(List<gov.nasa.pds.tools.label.Label> labels, List<String> identifiers)
labels
- A list of PDS label files.identifiers
- A list of keywords to find in a PDS label.
public static Map<String,List<gov.nasa.pds.tools.label.AttributeStatement>> getStatementsRecursively(gov.nasa.pds.tools.label.Label label, List<String> identifiers)
label
- An object representation of a PDS label.identifiers
- A list of keywords to find in a PDS label.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |