Package gov.nasa.pds.citool.ri
Class ValueMatcher
- java.lang.Object
-
- gov.nasa.pds.citool.ri.ValueMatcher
-
public class ValueMatcher extends Object
-
-
Constructor Summary
Constructors Constructor Description ValueMatcher(List<gov.nasa.pds.tools.label.AttributeStatement> statements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(String value)
Map<String,gov.nasa.pds.tools.label.AttributeStatement>
getUnmatched(List<gov.nasa.pds.tools.label.AttributeStatement> otherStatements)
-
-
-
Constructor Detail
-
ValueMatcher
public ValueMatcher(List<gov.nasa.pds.tools.label.AttributeStatement> statements)
-
-