Download sequences-2.0.0.jar file - Jar s

Jar examples for s:sequences

Description

This module contains the sequence datastructure of the TCS Alignment Toolbox. It defines the possible value sets in the ValueType enum as well as the different KeywordSpecification classes, namely: 1.) StringKeywordSpecification for string type values. 2.) SymbolicKeywordSpecification for values from a discrete alphabet (also refer to the Alphabet class) 3.) VectorialKeywordSpecification for vectors of some length (or for scalars) A NodeSpecification is a vector of such KeywordSpecifications and defines the order of value sets. A node, then, is defined as a vector of values from these value sets (also refer to the Value interface as well as the StringValue, SymbolicValue and VectorialValue classes). Finally a sequence is defined as a list of such nodes.

You can download jar file sequences 2.0.0 in this page.

License

The GNU Affero General Public License, Version 3

Build File

You can use the following script to add sequences-2.0.0.jar to your project.

<dependency>
   <groupId>de.cit-ec.tcs.alignment</groupId>
   <artifactId>sequences</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'de.cit-ec.tcs.alignment', name: 'sequences', version: '2.0.0'
libraryDependencies += "de.cit-ec.tcs.alignment" % "sequences" % "2.0.0"
<dependency org="de.cit-ec.tcs.alignment" name="sequences" rev="2.0.0"/>
@Grapes(@Grab(group='de.cit-ec.tcs.alignment', module='sequences', version='2.0.0'))
'de.cit-ec.tcs.alignment:sequences:jar:2.0.0'

Download

Click the following link to download the jar file.

sequences-2.0.0-javadoc.jar
sequences-2.0.0-sources.jar
sequences-2.0.0.jar
sequences-2.0.0.pom



Related Tutorials