Uses of Package
gate.creole.metadata

Packages that use gate.creole.metadata
gate This package contains the public interface to the GATE Java API. 
gate.corpora   
gate.creole   
gate.creole.annotdelete   
gate.creole.metadata This package contains Java 5 annotation types that can be used to annotate the classes that implement CREOLE resources as an alternative to writing a creole.xml file by hand. 
gate.creole.metadata.test   
gate.creole.morph   
gate.creole.test   
gate.gui   
gate.gui.docview   
 

Classes in gate.creole.metadata used by gate
CreoleParameter
           Annotation used to define a parameter to a CREOLE resource.
CreoleResource
          Annotates a CREOLE resource type.
RunTime
          Marker annotation used in conjunction with CreoleParameter to mark parameters that are runtime parameters as opposed to init-time ones.
 

Classes in gate.creole.metadata used by gate.corpora
CreoleParameter
           Annotation used to define a parameter to a CREOLE resource.
CreoleResource
          Annotates a CREOLE resource type.
Optional
          Marker annotation used in conjunction with CreoleParameter to mark parameters that are optional.
 

Classes in gate.creole.metadata used by gate.creole
CreoleParameter
           Annotation used to define a parameter to a CREOLE resource.
CreoleResource
          Annotates a CREOLE resource type.
HiddenCreoleParameter
          Annotation used to mark parameters that should not be inherited from superclasses.
Optional
          Marker annotation used in conjunction with CreoleParameter to mark parameters that are optional.
RunTime
          Marker annotation used in conjunction with CreoleParameter to mark parameters that are runtime parameters as opposed to init-time ones.
 

Classes in gate.creole.metadata used by gate.creole.annotdelete
CreoleParameter
           Annotation used to define a parameter to a CREOLE resource.
CreoleResource
          Annotates a CREOLE resource type.
Optional
          Marker annotation used in conjunction with CreoleParameter to mark parameters that are optional.
RunTime
          Marker annotation used in conjunction with CreoleParameter to mark parameters that are runtime parameters as opposed to init-time ones.
 

Classes in gate.creole.metadata used by gate.creole.metadata
GuiType
          Enumeration defining the allowable GUI types for CreoleResource.guiType().
 

Classes in gate.creole.metadata used by gate.creole.metadata.test
CreoleParameter
           Annotation used to define a parameter to a CREOLE resource.
CreoleResource
          Annotates a CREOLE resource type.
HiddenCreoleParameter
          Annotation used to mark parameters that should not be inherited from superclasses.
Optional
          Marker annotation used in conjunction with CreoleParameter to mark parameters that are optional.
RunTime
          Marker annotation used in conjunction with CreoleParameter to mark parameters that are runtime parameters as opposed to init-time ones.
 

Classes in gate.creole.metadata used by gate.creole.morph
CreoleParameter
           Annotation used to define a parameter to a CREOLE resource.
CreoleResource
          Annotates a CREOLE resource type.
Optional
          Marker annotation used in conjunction with CreoleParameter to mark parameters that are optional.
RunTime
          Marker annotation used in conjunction with CreoleParameter to mark parameters that are runtime parameters as opposed to init-time ones.
 

Classes in gate.creole.metadata used by gate.creole.test
CreoleResource
          Annotates a CREOLE resource type.
 

Classes in gate.creole.metadata used by gate.gui
CreoleResource
          Annotates a CREOLE resource type.
 

Classes in gate.creole.metadata used by gate.gui.docview
CreoleResource
          Annotates a CREOLE resource type.