| Modifier and Type | Field and Description |
|---|---|
@NotNull Pattern |
find |
@NotNull String |
para |
| Constructor and Description |
|---|
RnaUse(String text,
Clop edge,
@NotNull Life life,
@NotNull Pattern find,
@NotNull String para) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull List<Exon> |
apply(Clop pos,
String txt,
int bar)
Apply the matching text to generate Gene
|
Life.State |
match(List<Exon.N> lst,
String txt)
Match other text with range and return Life.State
|
String |
toString() |
void |
toString(Writer buff) |
@NotNull public final @NotNull Pattern find
@NotNull public final @NotNull String para
public Life.State match(List<Exon.N> lst, String txt)
Exon@NotNull public @NotNull List<Exon> apply(Clop pos, String txt, int bar)
Exonpublic void toString(Writer buff)
Copyright © 2024. All rights reserved.