Uses of Enum Class
org.biopax.paxtools.client.BiopaxValidatorClient.RetFormat
Packages that use BiopaxValidatorClient.RetFormat
-
Uses of BiopaxValidatorClient.RetFormat in org.biopax.paxtools.client
Methods in org.biopax.paxtools.client that return BiopaxValidatorClient.RetFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BiopaxValidatorClient.RetFormat[]BiopaxValidatorClient.RetFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biopax.paxtools.client with parameters of type BiopaxValidatorClient.RetFormatModifier and TypeMethodDescriptionvoidBiopaxValidatorClient.validate(boolean autofix, String profile, BiopaxValidatorClient.RetFormat retFormat, org.biopax.validator.jaxb.Behavior filterBy, Integer maxErrs, String biopaxUrl, File[] biopaxFiles, OutputStream out) Checks a BioPAX OWL file(s) or resource using the online BioPAX Validator and prints the results to the output stream.