All Packages Class Hierarchy This Package Previous Next Index
Class Sav.PN
java.lang.Object
|
+----Sav.PN
- public class PN
- extends Object
-
ARBITRARY1
- Conception type: 0x00000 <= letter < 0x0020
-
ARBITRARY2
- Conception type: 0x0020 <= letter < 0x0400
-
ARBITRARY3
- Conception type: 0x0400 <= letter < 0x8000
-
ARBITRARY4
- Conception type: 0x8000 <= letter
-
ARITHMETICAL
- Conception type: !"#$%&'()*+,-./0123456789:;<=>?
-
CAPITAL
- Conception type: ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
-
IDENTITY
- Connection type
-
IDENTITY_DEF
- Connection type
-
MAX_NUMERIC
- Limitation: MAX_NUMERIC == 1073741823
-
NATURAL
- Conception type: `abcdefghijklmnopqrstuvwxyz{|}~
-
NUMERICAL
- Conception type: #{0 <= number <= 1073741823}
-
RELATION
- Connection type
-
RELATION_DEF
- Connection type
-
RUSSIAN_C
- Conception type: russian capital letter in unicode
-
RUSSIAN_N
- Conception type: russian small letter in unicode
-
PN()
-
IDENTITY
public static final int IDENTITY
- Connection type
IDENTITY_DEF
public static final int IDENTITY_DEF
- Connection type
RELATION
public static final int RELATION
- Connection type
RELATION_DEF
public static final int RELATION_DEF
- Connection type
NATURAL
public static final int NATURAL
- Conception type: `abcdefghijklmnopqrstuvwxyz{|}~
CAPITAL
public static final int CAPITAL
- Conception type: ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
ARITHMETICAL
public static final int ARITHMETICAL
- Conception type: !"#$%&'()*+,-./0123456789:;<=>?
NUMERICAL
public static final int NUMERICAL
- Conception type: #{0 <= number <= 1073741823}
ARBITRARY1
public static final int ARBITRARY1
- Conception type: 0x00000 <= letter < 0x0020
ARBITRARY2
public static final int ARBITRARY2
- Conception type: 0x0020 <= letter < 0x0400
ARBITRARY3
public static final int ARBITRARY3
- Conception type: 0x0400 <= letter < 0x8000
ARBITRARY4
public static final int ARBITRARY4
- Conception type: 0x8000 <= letter
RUSSIAN_N
public static final int RUSSIAN_N
- Conception type: russian small letter in unicode
RUSSIAN_C
public static final int RUSSIAN_C
- Conception type: russian capital letter in unicode
MAX_NUMERIC
public static final long MAX_NUMERIC
- Limitation: MAX_NUMERIC == 1073741823
PN
public PN()
All Packages Class Hierarchy This Package Previous Next Index