public class AddAnnotatedFor extends Object
@AnnotatedFor class annotations. The main(java.lang.String[]) method acts as
 a filter: it reads a JAIF from standard input and writes an augmented JAIF to standard output.| Constructor and Description | 
|---|
| AddAnnotatedFor() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | addAnnotatedFor(scenelib.annotations.el.AScene scene) | 
| static void | main(String[] args)Reads JAIF from the file indicated by the first element, or standard input if the argument
 array is empty; inserts any appropriate  @AnnotatedForannotations, based on the
 annotations defined in the input JAIF; and writes the augmented JAIF to standard output. | 
public static void main(String[] args) throws IOException, scenelib.annotations.el.DefException, scenelib.annotations.io.ParseException
@AnnotatedFor annotations, based on the
 annotations defined in the input JAIF; and writes the augmented JAIF to standard output.IOExceptionscenelib.annotations.el.DefExceptionscenelib.annotations.io.ParseExceptionpublic static void addAnnotatedFor(scenelib.annotations.el.AScene scene)