org.dcm4che2.data
Interface DicomObject.Visitor

Enclosing interface:
DicomObject

public static interface DicomObject.Visitor

Visitor object passed to @link{#accept}.


Method Summary
 boolean visit(DicomElement e)
          Called for each element in the visited DicomObject.
 

Method Detail

visit

boolean visit(DicomElement e)
Called for each element in the visited DicomObject. If it returns false, no further element is visited and

Parameters:
e - Dicom Element to visit
Returns:
true to continue, false to terminate traversal by


Copyright © 2011 dcm4che. All Rights Reserved.