Uses of Class
com.basistech.rosette.dm.RelationshipMention
Packages that use RelationshipMention
-
Uses of RelationshipMention in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return RelationshipMentionModifier and TypeMethodDescriptionRelationshipMention.Builder.build()Returns an immutable relation mention from the current state of the builder.Methods in com.basistech.rosette.dm that return types with arguments of type RelationshipMentionModifier and TypeMethodDescriptionAnnotatedText.getRelationshipMentions()Returns the list of relationship mentions.Method parameters in com.basistech.rosette.dm with type arguments of type RelationshipMentionModifier and TypeMethodDescriptionAnnotatedText.Builder.relationshipMentions(ListAttribute<RelationshipMention> relationshipMentions) Attaches a list of relationship mentions.Constructors in com.basistech.rosette.dm with parameters of type RelationshipMentionModifierConstructorDescriptionBuilder(RelationshipMention toCopy) Constructs a builder by copying values from an existing relationship mention.