Uses of Class
org.biopax.validator.jaxb.Behavior

Packages that use Behavior
org.biopax.validator   
org.biopax.validator.jaxb   
 

Uses of Behavior in org.biopax.validator
 

Methods in org.biopax.validator with parameters of type Behavior
 void BiopaxValidatorClient.validate(boolean autofix, boolean normalize, BiopaxValidatorClient.RetFormat retFormat, Behavior filterBy, java.lang.Integer maxErrs, java.lang.String biopaxUrl, java.io.File[] biopaxFiles, java.io.OutputStream out)
          Checks a BioPAX OWL file(s) or resource using the online BioPAX Validator and prints the results to the output stream.
 

Uses of Behavior in org.biopax.validator.jaxb
 

Fields in org.biopax.validator.jaxb declared as Behavior
protected  Behavior Validation.threshold
           
protected  Behavior ErrorType.type
           
 

Methods in org.biopax.validator.jaxb that return Behavior
static Behavior Behavior.fromValue(java.lang.String v)
           
 Behavior Validation.getThreshold()
          Gets the value of the threshold property.
 Behavior ErrorType.getType()
          Gets the value of the type property.
static Behavior Behavior.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Behavior[] Behavior.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.biopax.validator.jaxb with parameters of type Behavior
 void Validation.setThreshold(Behavior value)
          Sets the value of the threshold property.
 void ErrorType.setType(Behavior value)
          Sets the value of the type property.
 



Copyright © 2011 BioPAX. All Rights Reserved.