Tabnine Logo
VArc.getVid
Code IndexAdd Tabnine to your IDE (free)

How to use
getVid
method
in
de.tudarmstadt.ukp.clarin.webanno.api.annotation.rendering.model.VArc

Best Java code snippets using de.tudarmstadt.ukp.clarin.webanno.api.annotation.rendering.model.VArc.getVid (Showing top 4 results out of 315)

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

public void add(VArc aArc)
{
  if (arcs.containsKey(aArc.getVid()) || spans.containsKey(aArc.getVid())) {
    throw new IllegalStateException("Annotation [" + aArc.getVid() + "] already exists.");
  }
  
  arcs.put(aArc.getVid(), aArc);
  annotationLayers.put(aArc.getLayer().getId(), aArc.getLayer());
  arcsByLayer.put(aArc.getLayer().getId(), aArc);
}

origin: webanno/webanno

public void add(VArc aArc)
{
  if (arcs.containsKey(aArc.getVid()) || spans.containsKey(aArc.getVid())) {
    throw new IllegalStateException("Annotation [" + aArc.getVid() + "] already exists.");
  }
  
  arcs.put(aArc.getVid(), aArc);
  annotationLayers.put(aArc.getLayer().getId(), aArc.getLayer());
  arcsByLayer.put(aArc.getLayer().getId(), aArc);
}

origin: webanno/webanno

  color = varc.getColorHint();
aResponse.addRelation(new Relation(varc.getVid(), varc.getType(),
    getArgument(varc.getSource(), varc.getTarget()), bratLabelText, color));
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-brat

  color = varc.getColorHint();
aResponse.addRelation(new Relation(varc.getVid(), varc.getType(),
    getArgument(varc.getSource(), varc.getTarget()), bratLabelText, color));
de.tudarmstadt.ukp.clarin.webanno.api.annotation.rendering.modelVArcgetVid

Popular methods of VArc

  • getSource
  • getTarget
  • getColorHint
  • getFeatures
  • getLabelHint
  • <init>
  • getLayer
  • getType

Popular in Java

  • Reactive rest calls using spring rest template
  • addToBackStack (FragmentTransaction)
  • setContentView (Activity)
  • setScale (BigDecimal)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Kernel (java.awt.image)
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Option (scala)
  • Sublime Text for Python
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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