salt-1.1.8
·
1039 commits
to develop
since this release
- a lot of bug fixes
- removed comparing of nodes and edges in method equals(), since they caused ConcurrentModificationExceptions
- added a global id, which is unique for an entire SaltProject
- added the Serializable interface to all interfaces of saltGraph
- added methods:
- SNode.getIncomingSRelations()
- SNode.getOutgoingSRelations()
- SDocumentGraph.getSText(SNode sNode)
- SDocumentGraph.getOutgoingSRelations()
- SDocumentGraph.getIncomingSRelations()
- SDocumentGraph.createSRelation()
- SAnnotatableElement.createSAnnotations(annotationString), where syntax of annotationString is: (NS)?SNAME(=SVALUE)?((NS)?SNAME(=SVALUE)?)+
- SToken insertSTokenAt(STextualDS sTextualDS, Integer posInText, String text, Boolean insertSpace);
- EList insertSTokensAt(STextualDS sTextualDS, Integer posInText, EList texts, Boolean insertSpace);
- creation of ccorpus-information is contained in package salt.saltCommon.info
- set Salt2Dot to deprecated, added all funtionality of Salt2Dot to DOTResource as static functions named save()