Uses of Class
org.projog.core.predicate.builtin.classify.CharType.Type
-
Packages that use CharType.Type Package Description org.projog.core.predicate.builtin.classify Predicates for classifying terms. -
-
Uses of CharType.Type in org.projog.core.predicate.builtin.classify
Fields in org.projog.core.predicate.builtin.classify declared as CharType.Type Modifier and Type Field Description private static CharType.Type[]CharType. CHARACTER_TYPES_ARRAY(package private) CharType.Type[]CharType.State. characterTypesprivate static CharType.Type[]CharType. EMPTY_TYPES_ARRAYFields in org.projog.core.predicate.builtin.classify with type parameters of type CharType.Type Modifier and Type Field Description private static java.util.Map<PredicateKey,CharType.Type>CharType. CHARACTER_TYPES_MAPMethods in org.projog.core.predicate.builtin.classify that return CharType.Type Modifier and Type Method Description (package private) CharType.TypeCharType.State. getType()Constructors in org.projog.core.predicate.builtin.classify with parameters of type CharType.Type Constructor Description State(Term[] characters, CharType.Type[] characterTypes)
-