Uses of Class
gov.nasa.arc.brahms.common.rt.Note

Packages that use Note
gov.nasa.arc.brahms.common.rt   
 

Uses of Note in gov.nasa.arc.brahms.common.rt
 

Methods in gov.nasa.arc.brahms.common.rt that return Note
 Note IBrahmsObjectCtx.getNote(int index)
          Returns the note defined at the given index.
 Note BrahmsObjectCtx.getNote(int index)
          Returns the note defined at the given index.
 

Methods in gov.nasa.arc.brahms.common.rt with parameters of type Note
 void IBrahmsObjectCtx.addNote(Note note)
          Adds a note to the context.
 void BrahmsObjectCtx.addNote(Note note)
          Adds a note to the context.
 void IBrahmsObjectCtx.removeNote(Note note)
          Removes a note from the context.
 void BrahmsObjectCtx.removeNote(Note note)
          Removes a note from the context.
 



Copyright © 1997-2012 All Rights Reserved.