Salt  3.4.2
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
org.corpus_tools.salt.SALT_TYPE Enum Reference

Public Member Functions

Class<?> getJavaType ()
 

Static Public Member Functions

static Set< SALT_TYPEclass2SaltType (Class<? extends Object >... classes)
 Converts the given class, if it is a class of the Salt model into its corresponding SALT_TYPE. More...
 

Public Attributes

 STEXTUAL_DS =(STextualDS.class)
 
 SSEQUENTIAL_DS =(SSequentialDS.class)
 
 SMEDIAL_DS =(SMedialDS.class)
 
 STIMELINE =(STimeline.class)
 
 STOKEN =(SToken.class)
 
 SSPAN =(SSpan.class)
 
 SSTRUCTURE =(SStructure.class)
 
 STEXTUAL_RELATION =(STextualRelation.class)
 
 STIMELINE_RELATION =(STimelineRelation.class)
 
 SMEDIAL_RELATION =(SMedialRelation.class)
 
 SSPANNING_RELATION =(SSpanningRelation.class)
 
 SDOMINANCE_RELATION =(SDominanceRelation.class)
 
 SPOINTING_RELATION =(SPointingRelation.class)
 
 STEXT_OVERLAPPING_RELATION =(STextOverlappingRelation.class)
 
 STIME_OVERLAPPING_RELATION =(STimeOverlappingRelation.class)
 
 SSEQUENTIAL_RELATION =(SSequentialRelation.class)
 
 SORDER_RELATION =(SOrderRelation.class)
 
 SDOCUMENT =(SDocument.class)
 
 SCORPUS =(SCorpus.class)
 

Static Protected Member Functions

static Map< SALT_TYPE, Class<? extends Object > > getSType2clazz ()
 Returns map of SALT_TYPE and Class. More...
 

Member Function Documentation

◆ class2SaltType()

static Set<SALT_TYPE> org.corpus_tools.salt.SALT_TYPE.class2SaltType ( Class<? extends Object >...  classes)
static

Converts the given class, if it is a class of the Salt model into its corresponding SALT_TYPE.

Parameters
classesto convert
Returns
SALT_TYPE of passed class

◆ getJavaType()

Class<?> org.corpus_tools.salt.SALT_TYPE.getJavaType ( )
Returns
the java class which represents this Salt type

◆ getSType2clazz()

static Map<SALT_TYPE, Class<? extends Object> > org.corpus_tools.salt.SALT_TYPE.getSType2clazz ( )
staticprotected

Returns map of SALT_TYPE and Class.

Returns
a map of SALT_TYPE and the corresponding class in Salt