congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ChainAdapter.deleteArc
Code IndexAdd Tabnine to your IDE (free)

How to use
deleteArc
method
in
de.tudarmstadt.ukp.clarin.webanno.api.annotation.adapter.ChainAdapter

Best Java code snippets using de.tudarmstadt.ukp.clarin.webanno.api.annotation.adapter.ChainAdapter.deleteArc (Showing top 2 results out of 315)

origin: de.tudarmstadt.ukp.clarin.webanno/webanno-api-annotation

@Override
public void delete(SourceDocument aDocument, String aUsername, JCas aJCas, VID aVid)
{
  if (aVid.getSubId() == VID.NONE) {
    deleteSpan(aJCas, aVid.getId());
  }
  else {
    deleteArc(aJCas, aVid.getId());
  }
}
origin: webanno/webanno

@Override
public void delete(SourceDocument aDocument, String aUsername, JCas aJCas, VID aVid)
{
  if (aVid.getSubId() == VID.NONE) {
    deleteSpan(aJCas, aVid.getId());
  }
  else {
    deleteArc(aJCas, aVid.getId());
  }
}
de.tudarmstadt.ukp.clarin.webanno.api.annotation.adapterChainAdapterdeleteArc

Popular methods of ChainAdapter

  • <init>
  • addSpan
  • addArc
  • collectLinks
  • createChainElementAnnotation
  • deleteSpan
  • getAnnotationTypeName
  • getChainFirstFeatureName
  • getChainForLink
    Find the chain head for the given link.
  • getChainTypeName
  • getFirstLink
    Get the first link of a chain from the chain head feature structure.
  • getLayer
  • getFirstLink,
  • getLayer,
  • getLinkNextFeatureName,
  • getNextLink,
  • getPrevLink,
  • handle,
  • isLinkedListBehavior,
  • newChain,
  • newLink

Popular in Java

  • Start an intent from android
  • compareTo (BigDecimal)
  • getResourceAsStream (ClassLoader)
  • setScale (BigDecimal)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Option (scala)
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now