Uses of Class
com.streambase.liveview.client.SemanticInterpretation
-
Packages that use SemanticInterpretation Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of SemanticInterpretation in com.streambase.liveview.client
Fields in com.streambase.liveview.client with type parameters of type SemanticInterpretation Modifier and Type Field Description protected Map<String,List<SemanticInterpretation>>
AbstractTable. semanticInterpretationMap
Methods in com.streambase.liveview.client that return SemanticInterpretation Modifier and Type Method Description static SemanticInterpretation
SemanticInterpretation. parse(String interpretationStr)
Methods in com.streambase.liveview.client that return types with arguments of type SemanticInterpretation Modifier and Type Method Description Map<String,List<SemanticInterpretation>>
AbstractTable. getSemanticInterpretationMap()
Map<String,List<SemanticInterpretation>>
Table. getSemanticInterpretationMap()
A map of semantic interpretation, where the key is the field name, and the value is a list of semantic interpretation for that field.
-