com.textrazor.annotations
Class Custom.BoundVariable

java.lang.Object
  extended by com.textrazor.annotations.Custom.BoundVariable
Enclosing class:
Custom

public static class Custom.BoundVariable
extends java.lang.Object


Nested Class Summary
static class Custom.BoundVariable.LinkedAnnotation
           
 
Constructor Summary
Custom.BoundVariable()
           
 
Method Summary
 java.util.List<Annotation> getAnnotationValue()
           
 java.util.List<byte[]> getByteValue()
           
 java.util.List<Topic> getCoarseTopicValue()
           
 java.util.List<Entailment> getEntailmentValue()
           
 java.util.List<Entity> getEntityValue()
           
 java.util.List<java.lang.Float> getFloatValue()
           
 java.util.List<java.lang.Integer> getIntValue()
           
 java.lang.String getKey()
           
 java.util.List<Custom.BoundVariable.LinkedAnnotation> getLinks()
           
 java.util.List<NounPhrase> getNounPhraseValue()
           
 java.util.List<Property> getPropertyValue()
           
 java.util.List<Relation> getRelationValue()
           
 java.util.List<Sentence> getSentenceValue()
           
 java.util.List<java.lang.String> getStringValue()
           
 java.util.List<Topic> getTopicValue()
           
 java.util.List<Word> getWordValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Custom.BoundVariable

public Custom.BoundVariable()
Method Detail

getKey

public java.lang.String getKey()

getIntValue

public java.util.List<java.lang.Integer> getIntValue()

getFloatValue

public java.util.List<java.lang.Float> getFloatValue()

getStringValue

public java.util.List<java.lang.String> getStringValue()

getByteValue

public java.util.List<byte[]> getByteValue()

getLinks

public java.util.List<Custom.BoundVariable.LinkedAnnotation> getLinks()

getAnnotationValue

public java.util.List<Annotation> getAnnotationValue()

getWordValue

public java.util.List<Word> getWordValue()

getSentenceValue

public java.util.List<Sentence> getSentenceValue()

getRelationValue

public java.util.List<Relation> getRelationValue()

getPropertyValue

public java.util.List<Property> getPropertyValue()

getNounPhraseValue

public java.util.List<NounPhrase> getNounPhraseValue()

getEntailmentValue

public java.util.List<Entailment> getEntailmentValue()

getTopicValue

public java.util.List<Topic> getTopicValue()

getCoarseTopicValue

public java.util.List<Topic> getCoarseTopicValue()

getEntityValue

public java.util.List<Entity> getEntityValue()