Package org.cytoscape.filter.model
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 Summary
Constructors Constructor Description ValidationWarning(String warning)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getWarning()
static List<ValidationWarning>
warn(String... warnings)
Use this method with a static import to shorten the creation of Lists of ValidationWaring objects.
-
-
-
Constructor Detail
-
ValidationWarning
public ValidationWarning(String warning)
-
-
Method Detail
-
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.
-
-