|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.ri.NewValidValueFinder
public class NewValidValueFinder
Class that finds new standard values in a statement or set of statements.
Constructor Summary | |
---|---|
NewValidValueFinder()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewValidValueFinder()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |