public class NewValidValueFinder extends Object
Constructor and Description |
---|
NewValidValueFinder() |
Modifier and Type | Method and Description |
---|---|
static List<gov.nasa.pds.tools.label.AttributeStatement> |
getNewValues(gov.nasa.pds.tools.label.AttributeStatement attribute,
gov.nasa.pds.tools.dict.Dictionary dictionary)
Finds new standard values in a given attribute.
|
static List<gov.nasa.pds.tools.label.AttributeStatement> |
getNewValues(gov.nasa.pds.tools.label.GroupStatement group,
gov.nasa.pds.tools.dict.Dictionary dictionary)
Finds new standard values in a given attribute.
|
static List<gov.nasa.pds.tools.label.AttributeStatement> |
getNewValues(gov.nasa.pds.tools.label.ObjectStatement object,
gov.nasa.pds.tools.dict.Dictionary dictionary)
Finds new standard values in a given attribute.
|
static List<gov.nasa.pds.tools.label.AttributeStatement> |
getNewValues(gov.nasa.pds.tools.label.Statement statement,
gov.nasa.pds.tools.dict.Dictionary dictionary)
Finds new standard values in a given statement.
|
public static List<gov.nasa.pds.tools.label.AttributeStatement> getNewValues(gov.nasa.pds.tools.label.Statement statement, gov.nasa.pds.tools.dict.Dictionary dictionary)
statement
- A class representation of a PDS statement.dictionary
- A class representation of a PDS data dictionary.public static List<gov.nasa.pds.tools.label.AttributeStatement> getNewValues(gov.nasa.pds.tools.label.AttributeStatement attribute, gov.nasa.pds.tools.dict.Dictionary dictionary)
attribute
- A class representation of a PDS attribute statement.dictionary
- A class representation of a PDS data dictionary.public static List<gov.nasa.pds.tools.label.AttributeStatement> getNewValues(gov.nasa.pds.tools.label.ObjectStatement object, gov.nasa.pds.tools.dict.Dictionary dictionary)
object
- A class representation of a PDS object statement.dictionary
- A class representation of a PDS data dictionary.public static List<gov.nasa.pds.tools.label.AttributeStatement> getNewValues(gov.nasa.pds.tools.label.GroupStatement group, gov.nasa.pds.tools.dict.Dictionary dictionary)
group
- A class representation of a PDS group statement.dictionary
- A class representation of a PDS data dictionary.Copyright © 2010–2017 Planetary Data System. All rights reserved.