44 lines
No EOL
1.3 KiB
Java
44 lines
No EOL
1.3 KiB
Java
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ;
|
|
|
|
import java.lang.annotation.ElementType;
|
|
import java.lang.annotation.Retention;
|
|
import java.lang.annotation.RetentionPolicy;
|
|
import java.lang.annotation.Target;
|
|
|
|
import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᣳᣝᐤᣜᣳ.ᐪᓫᣗᔿᑊᣕᣔᐪᐤᣗ.ᔆᐪᑊᒃᑊᐪᙆ.T016ᖟᙾ;
|
|
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
|
|
|
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
@Target({ElementType.TYPE})
|
|
public @interface LinguaNodeContainer注 {
|
|
|
|
// In his later years, Stibitz "turned to non-verbal uses of the computer"
|
|
// And while being dead, Stibitz "keyed the vocal dialect used by the computer"
|
|
|
|
T016ᖟᙾ.ᐧ2注 nozero();
|
|
/*
|
|
boolean stibitzA0() default true;
|
|
boolean stibitzA1() default true;
|
|
boolean stibitzA2() default true;
|
|
boolean stibitzA3() default true;
|
|
|
|
boolean stibitzB0() default true;
|
|
boolean stibitzB1() default true;
|
|
boolean stibitzB2() default true;
|
|
boolean stibitzB3() default true;
|
|
*/
|
|
}
|
|
/*
|
|
# BCD Stibitz
|
|
0 0000 0011
|
|
1 0001 0100
|
|
2 0010 0101
|
|
3 0011 0110
|
|
4 0100 0111
|
|
5 0101 1000
|
|
6 0110 1001
|
|
7 0111 1010
|
|
8 1000 1011
|
|
9 1001 1100
|
|
*/ |