|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.comparator.ObjectStatementComparator
public class ObjectStatementComparator
Class to compare two objects of a PDS label.
Constructor Summary | |
---|---|
ObjectStatementComparator()
|
Method Summary | |
---|---|
boolean |
hasEqualAttributes(java.util.List<gov.nasa.pds.tools.label.AttributeStatement> sources,
gov.nasa.pds.tools.label.ObjectStatement target)
Checks if the list of attributes are equal to the attributes in the "target" object. |
boolean |
hasEqualObjects(java.util.List<gov.nasa.pds.tools.label.ObjectStatement> sources,
gov.nasa.pds.tools.label.ObjectStatement target)
Checks if the list of nested object statements are equal to the nested objects found in the "target" PDS object. |
boolean |
hasEqualPointers(java.util.List<gov.nasa.pds.tools.label.PointerStatement> sources,
gov.nasa.pds.tools.label.ObjectStatement target)
Checks if the list of pointer statements are equal to the pointers found in the "target" object. |
boolean |
isEqual(gov.nasa.pds.tools.label.ObjectStatement source,
gov.nasa.pds.tools.label.ObjectStatement target)
Determines if the two supplied objects are equal. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectStatementComparator()
Method Detail |
---|
public boolean isEqual(gov.nasa.pds.tools.label.ObjectStatement source, gov.nasa.pds.tools.label.ObjectStatement target)
source
- Class representation of the "source" PDS object.target
- Class representation of the "target" PDS object.
public boolean hasEqualAttributes(java.util.List<gov.nasa.pds.tools.label.AttributeStatement> sources, gov.nasa.pds.tools.label.ObjectStatement target)
sources
- A list of attribute statements.target
- Class representation of the "target" PDS object.
public boolean hasEqualPointers(java.util.List<gov.nasa.pds.tools.label.PointerStatement> sources, gov.nasa.pds.tools.label.ObjectStatement target)
sources
- A list of pointer statements.target
- Class representation of the "target" PDS object.
public boolean hasEqualObjects(java.util.List<gov.nasa.pds.tools.label.ObjectStatement> sources, gov.nasa.pds.tools.label.ObjectStatement target)
sources
- A list of nested objects from the "source" PDS
object.target
- Class representation of the "target" PDS object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |