Uses of Class
relations.KeyData
-
Packages that use KeyData Package Description relations -
-
Uses of KeyData in relations
Fields in relations with type parameters of type KeyData Modifier and Type Field Description Map<String,KeyData>SenSimplifier. sharedDicMethods in relations that return KeyData Modifier and Type Method Description KeyDataKeyData. getDefault()Get default event type (ignoring modifiers) In this case, use the highest frequency as default typeKeyDataKeyData. getKeyData(String etype)get KeyData for shared and mixed triggerMethods in relations that return types with arguments of type KeyData Modifier and Type Method Description Map<String,KeyData>KeyData. getMap()get list of shared /mix trigger -> which has the same keyMethods in relations with parameters of type KeyData Modifier and Type Method Description voidKeyData. addToMap(KeyData dt)Add shared/mix trigger to mapMethod parameters in relations with type arguments of type KeyData Modifier and Type Method Description voidSenSimplifier. loadSimpleDic(Map<String,KeyData> map)
-