コード例 #1
0
 public static IndicatorAttribute fromString(String text) {
   return fromNode(Node.fromString(text));
 }
コード例 #2
0
ファイル: Sequence.java プロジェクト: kaisdukes/train-robots
 public static Sequence fromString(String text) {
   return fromNode(Node.fromString(text));
 }