Class ValidationWarning

java.lang.Object
org.cytoscape.filter.model.ValidationWarning

public class ValidationWarning extends Object
A warning message that will appear in the UI when a Transformer is invalid.
  • Constructor Details

    • ValidationWarning

      public ValidationWarning(String warning)
  • Method Details

    • getWarning

      public String getWarning()
    • warn

      public static final List<ValidationWarning> warn(String... warnings)
      Use this method with a static import to shorten the creation of Lists of ValidationWaring objects.