Modifier and Type | Field and Description |
---|---|
protected Set<VerbDefinition> |
VerbDefinitionResolver.verbDefinitionSet |
Modifier and Type | Method and Description |
---|---|
VerbDefinition |
VerbDefinition.withDisplayName(String displayName) |
VerbDefinition |
VerbDefinition.withHypernyms(List<String> hypernyms) |
VerbDefinition |
VerbDefinition.withId(String id) |
VerbDefinition |
VerbDefinition.withObjects(List<ObjectCombination> objects) |
VerbDefinition |
VerbDefinition.withObjectType(String objectType) |
VerbDefinition |
VerbDefinition.withSynonyms(List<String> synonyms) |
VerbDefinition |
VerbDefinition.withValue(String value) |
Modifier and Type | Method and Description |
---|---|
Set<VerbDefinition> |
VerbDefinitionResolver.matchingVerbDefinitions(Activity activity)
return all matching VerbDefinitions for an Activity.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
VerbDefinitionMatchUtil.match(Activity activity,
VerbDefinition verbDefinition)
whether this Activity matches this VerbDefinition.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
VerbDefinitionMatchUtil.match(Activity activity,
Set<VerbDefinition> verbDefinitionSet)
whether this Activity matches any of a Set of VerbDefinitions.
|
Constructor and Description |
---|
VerbDefinitionResolver(Set<VerbDefinition> verbDefinitionSet) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.