- Common ways to obtain InteractionShortLabelGenerator$InteractionShortLabel
private void myMethod () {InteractionShortLabelGenerator$InteractionShortLabel i =
String completeLabel;new InteractionShortLabel(completeLabel)
String baitLabel;String preyLabel;Integer suffix;new InteractionShortLabel(baitLabel, preyLabel, suffix)
- Smart code suggestions by Codota
}
public InteractionShortLabel( String completeLabel ) { this.isValid = parse( completeLabel ); this.originalLabel = completeLabel; }
public InteractionShortLabel( String completeLabel ) { this.isValid = parse( completeLabel ); this.originalLabel = completeLabel; }
public InteractionShortLabel(String completeLabel) { parse(completeLabel); }