Package scale.annot

Provides a means of attaching annotations to nodes in the Clef AST and Scribble CFG.

See:
          Description

Interface Summary
AnnotationInterface Defins the operations required of a class in order to use annotations.
 

Class Summary
Annotation Annotations are a flexible mechanism for attaching information to certain class instances such as the nodes of a program representation graph.
Creator This class is used to specify who created an Anotation.
CreatorSource This class is used to indicate that the annotation came from the source program.
Support This class represents the support level for an annotation.
 

Enum Summary
Support.Belief Annotations retain a measure of belief in the accuracy of the annotation.
Support.Rule The combining rule specifies how the user and system belief values will be combined.
 

Package scale.annot Description

Provides a means of attaching annotations to nodes in the Clef AST and Scribble CFG.