|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AVPair | |
---|---|
inpro.dm.acts | |
inpro.incremental.unit | |
inpro.nlu |
Uses of AVPair in inpro.dm.acts |
---|
Methods in inpro.dm.acts with parameters of type AVPair | |
---|---|
boolean |
ArgumentStruct.resetArgumentfromAVPair(AVPair avp)
Attempts replacing the arguments of this structure from an AVPair. |
Uses of AVPair in inpro.incremental.unit |
---|
Fields in inpro.incremental.unit declared as AVPair | |
---|---|
protected AVPair |
ContribIU.contribution
This IU's payload - represented as an attribute-value pair |
Fields in inpro.incremental.unit with type parameters of type AVPair | |
---|---|
(package private) static java.util.Map<java.lang.String,java.util.List<AVPair>> |
WordIU.avPairs
|
private java.util.List<AVPair> |
SemIU.avps
|
Methods in inpro.incremental.unit that return AVPair | |
---|---|
AVPair |
SemIU.getAVPair()
|
AVPair |
ContribIU.getContribution()
Getter for this IU's contribution's attribute-value pair representation. |
Methods in inpro.incremental.unit that return types with arguments of type AVPair | |
---|---|
java.util.List<AVPair> |
SemIU.getAVPairs()
|
java.util.List<AVPair> |
WordIU.getAVPairs()
|
Method parameters in inpro.incremental.unit with type arguments of type AVPair | |
---|---|
static void |
WordIU.setAVPairs(java.util.Map<java.lang.String,java.util.List<AVPair>> avPairs)
|
Constructors in inpro.incremental.unit with parameters of type AVPair | |
---|---|
ContribIU(IU sll,
IU grin,
AVPair contribution,
boolean clarify,
boolean overwrite)
Constructor with contribution and clarification parameters |
|
ContribIU(IU sll,
java.util.List<? extends IU> grin,
AVPair contribution,
boolean clarify,
boolean overwrite)
Constructor with contribution and clarification parameters |
|
SemIU(IU sll,
IU groundedIn,
AVPair avp)
|
|
SemIU(IU sll,
java.util.List<IU> groundedIn,
AVPair avp)
|
Constructor parameters in inpro.incremental.unit with type arguments of type AVPair | |
---|---|
SemIU(IU sll,
IU groundedIn,
java.util.List<AVPair> avps)
|
Uses of AVPair in inpro.nlu |
---|
Methods in inpro.nlu that return AVPair | |
---|---|
AVPair |
AVM.getSalientAVPair()
Returns a salient AVPair for this AVM. |
AVPair |
AVMComposer.uniquelyResolve()
Resolves AVMs, returns only a single AVPair of one AVM if one was resolved (else null). |
Methods in inpro.nlu that return types with arguments of type AVPair | |
---|---|
java.util.ArrayList<AVPair> |
AVM.getAVPairs()
Gets an ArrayList of all AVPairs attributed to this AVM, including null ones. |
java.util.ArrayList<AVPair> |
AVM.getDeepAVPairs()
Gets an ArrayList of all AVPairs attributed to this AVM, including null ones. |
static java.util.Map<java.lang.String,java.util.List<AVPair>> |
AVPairMappingUtil.readAVPairs(java.io.InputStream is)
|
static java.util.Map<java.lang.String,java.util.List<AVPair>> |
AVPairMappingUtil.readAVPairs(java.lang.String filename)
|
static java.util.Map<java.lang.String,java.util.List<AVPair>> |
AVPairMappingUtil.readAVPairs(java.net.URL url)
|
Methods in inpro.nlu with parameters of type AVPair | |
---|---|
java.util.ArrayList<AVM> |
AVMComposer.compose(AVPair avp)
Method to call when a new AVPair becomes known. |
java.util.ArrayList<AVM> |
AVMUtil.compose(AVPair avp)
Method to call when a new AVPair becomes known. |
boolean |
AVM.setAttribute(AVPair avp)
Attempts setting an attribute to this AVM. |
Method parameters in inpro.nlu with type arguments of type AVPair | |
---|---|
void |
AVMComposer.composeAll(java.util.List<AVPair> avPairs)
Calls compose() for the list of AVPairs |
java.util.ArrayList<AVM> |
AVMUtil.composeAll(java.util.List<AVPair> avPairs)
Calls compose() for the list of AVPairs. |
Constructors in inpro.nlu with parameters of type AVPair | |
---|---|
AVPair(AVPair avp)
Copy constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |