All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.ApplyEdit
java.lang.Object
|
+----JObserve.ApplyEdit
- public class ApplyEdit
- extends Object
Apply changes from a Block/Global edit scan to a list of scans
This class is never instantiated and consists entirely of static functions.
-
ApplyEdit()
-
-
copyExplicit(Scan, Scan)
- Copy explicitly defined members from one scan to another.
-
update(Scan[], Scan)
- Update a list of scans using a template scan
All explicit entries in editScan are copied to each scan in List
ApplyEdit
public ApplyEdit()
update
public static void update(Scan scans[],
Scan editScan)
- Update a list of scans using a template scan
All explicit entries in editScan are copied to each scan in List
- Parameters:
-
- Scan[]
the Scan list to be updated
-
- Scan
the Scan containing changes
copyExplicit
public static void copyExplicit(Scan out,
Scan in)
- Copy explicitly defined members from one scan to another.
Use mechanisms for writing to and from text files.
- Parameters:
-
- Scan
the output scan
-
- Scan
the input scan
All Packages Class Hierarchy This Package Previous Next Index