gate.creole.metadata
Annotation Type AutoInstanceParam


@Target(value={})
@Retention(value=CLASS)
public @interface AutoInstanceParam

Holder for a single name/value pair for a parameter to an auto-instance. Used only in AutoInstance.parameters().


Required Element Summary
 String name
          The name of the parameter.
 String value
          The parameter value as a string, following normal GATE conversion rules for non-string parameter types.
 

Element Detail

name

public abstract String name
The name of the parameter.


value

public abstract String value
The parameter value as a string, following normal GATE conversion rules for non-string parameter types.