Uses of Class
com.basistech.rosette.dm.RelationshipComponent
Packages that use RelationshipComponent
-
Uses of RelationshipComponent in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return RelationshipComponentModifier and TypeMethodDescriptionRelationshipComponent.Builder.build()RelationshipMention.getArg1()Returns the first argument.RelationshipMention.getArg2()Returns the second argument.RelationshipMention.getArg3()Returns the third argument.RelationshipMention.getPredicate()Returns the predicate.Methods in com.basistech.rosette.dm that return types with arguments of type RelationshipComponentModifier and TypeMethodDescriptionRelationshipMention.getAdjuncts()Returns a set of adjuncts.RelationshipMention.getLocatives()Returns a set of locative expressions.RelationshipMention.getTemporals()Returns a set of temporal expressions.Methods in com.basistech.rosette.dm with parameters of type RelationshipComponentModifier and TypeMethodDescriptionRelationshipMention.Builder.addAdjunct(RelationshipComponent adjunct) Add an adjunct.RelationshipMention.Builder.addLocative(RelationshipComponent locative) Add a locative.RelationshipMention.Builder.addTemporal(RelationshipComponent temporal) Add a temporal.RelationshipMention.Builder.arg1(RelationshipComponent arg1) Attaches arg1RelationshipMention.Builder.arg2(RelationshipComponent arg2) Attaches arg2RelationshipMention.Builder.arg3(RelationshipComponent arg3) Attaches arg3RelationshipMention.Builder.predicate(RelationshipComponent predicate) Attaches predicateMethod parameters in com.basistech.rosette.dm with type arguments of type RelationshipComponentModifier and TypeMethodDescriptionRelationshipMention.Builder.adjuncts(Set<RelationshipComponent> adjuncts) Attaches a list of adjunctsRelationshipMention.Builder.locatives(Set<RelationshipComponent> locatives) Attaches a list of locativesRelationshipMention.Builder.temporals(Set<RelationshipComponent> temporals) Attaches a list of temporalsConstructors in com.basistech.rosette.dm with parameters of type RelationshipComponentModifierConstructorDescriptionprotectedRelationshipMention(int startOffset, int endOffset, RelationshipComponent predicate, RelationshipComponent arg1, RelationshipComponent arg2, RelationshipComponent arg3, Set<RelationshipComponent> adjuncts, Set<RelationshipComponent> locatives, Set<RelationshipComponent> temporals, String source, Double confidence, Set<String> modality, Double salience, Map<String, Object> extendedProperties) Constructor parameters in com.basistech.rosette.dm with type arguments of type RelationshipComponentModifierConstructorDescriptionprotectedRelationshipMention(int startOffset, int endOffset, RelationshipComponent predicate, RelationshipComponent arg1, RelationshipComponent arg2, RelationshipComponent arg3, Set<RelationshipComponent> adjuncts, Set<RelationshipComponent> locatives, Set<RelationshipComponent> temporals, String source, Double confidence, Set<String> modality, Double salience, Map<String, Object> extendedProperties)