|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IUnknown in brahms.communication |
---|
Methods in brahms.communication that return IUnknown | |
---|---|
static IUnknown |
CommunicativeAct.getUnknownPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the boolean value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
Methods in brahms.communication with parameters of type IUnknown | |
---|---|
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
IUnknown value,
IContext ctx)
Sets a property value for the communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IUnknown value,
IContext ctx)
Sets a property value for the specified communicative act. |
Uses of IUnknown in gov.nasa.arc.brahms.vm.api.common |
---|
Fields in gov.nasa.arc.brahms.vm.api.common declared as IUnknown | |
---|---|
static IUnknown |
IUnknown.UNKNOWN
Constant to indicate the value UNKNOWN |
Methods in gov.nasa.arc.brahms.vm.api.common that return IUnknown | |
---|---|
IUnknown |
IAttributeTuple.getUnknownRhsValue()
Returns value 'unknown' as the right hand side value of the tuple if this value is indeed 'unknown'. |
IUnknown |
IVariable.getUnknownValue()
Returns the bound value of the variable. |
IUnknown |
IParameter.getUnknownValue()
Returns the 'unknown' value. |
Methods in gov.nasa.arc.brahms.vm.api.common with parameters of type IUnknown | |
---|---|
void |
IVariable.addValue(IUnknown value)
Adds the 'unknown' value to the variable's binding. |
static IBelief |
BeliefFactory.createBelief(IConcept concept,
IAttribute attribute,
int collectionIndex,
int relop,
IUnknown value)
Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
static IBelief |
BeliefFactory.createBelief(IConcept concept,
IAttribute attribute,
int relop,
IUnknown value)
Creates a new IBelief of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
static IBelief |
BeliefFactory.createBelief(IConcept concept,
IAttribute attribute,
java.lang.String collectionIndex,
int relop,
IUnknown value)
Creates a new IBelief of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
static IBelief |
BeliefFactory.createBelief(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept)
Creates a new IBelief of the form concept relation concept. |
static IBelief |
BeliefFactory.createBelief(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept,
int truthValue)
Creates a new IBelief of the form concept relation concept. |
static IFact |
FactFactory.createFact(IConcept concept,
IAttribute attribute,
int collectionIndex,
int relop,
IUnknown value)
Creates a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
static IFact |
FactFactory.createFact(IConcept concept,
IAttribute attribute,
int relop,
IUnknown value)
Creates a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
static IFact |
FactFactory.createFact(IConcept concept,
IAttribute attribute,
java.lang.String collectionIndex,
int relop,
IUnknown value)
Creates a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
static IFact |
FactFactory.createFact(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept)
Creates a new IFact of the form concept relation concept. |
static IFact |
FactFactory.createFact(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept,
int truthValue)
Creates a new IFact of the form concept relation concept. |
IBelief |
IActiveInstance.getBelief(IConcept lhsConcept,
IAttribute lhsAttribute,
int lhsCollectionIndex,
int relop,
IUnknown value,
IContext ctx)
Find the belief using the specified parameters and return the belief if found, null if the belief was not found. |
IBelief |
IActiveInstance.getBelief(IConcept lhsConcept,
IAttribute lhsAttribute,
int relop,
IUnknown value,
IContext ctx)
Find the belief using the specified parameters and return the belief if found, null if the belief was not found. |
IBelief |
IActiveInstance.getBelief(IConcept lhsConcept,
IAttribute lhsAttribute,
java.lang.String lhsCollectionIndex,
int relop,
IUnknown value,
IContext ctx)
Find the belief using the specified parameters and return the belief if found, null if the belief was not found. |
IBelief |
IActiveInstance.getBelief(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept,
int truthValue,
IContext ctx)
Find the belief using the specified parameters and return the belief if found, null if the belief was not found. |
java.util.Enumeration |
IActiveInstance.getBeliefs(IConcept lhsConcept,
IAttribute lhsAttribute,
int relop,
IUnknown value,
IContext ctx)
Returns a list of all the beliefs that have the specified concept and attribute on their left hand side, that use the specified relational operator and have the specified rhs value. |
java.util.Enumeration |
IActiveInstance.getBeliefs(IRelation relation,
IUnknown rhsConcept,
int truthvalue,
IContext ctx)
Returns a list of all the beliefs that have the specified relation, as right hand side 'unknown', and the specified truth value regardless of their left hand side concept. |
void |
IVariable.setValue(IUnknown value)
Binds the variable to the 'unknown' value. |
Uses of IUnknown in gov.nasa.arc.brahms.vm.api.components |
---|
Methods in gov.nasa.arc.brahms.vm.api.components with parameters of type IUnknown | |
---|---|
IFact |
IWorldState.getFact(IConcept lhsConcept,
IAttribute lhsAttribute,
int lhsCollectionIndex,
int relop,
IUnknown value)
Find the fact using the specified parameters and return the fact if found, null if the fact was not found. |
IFact |
IWorldState.getFact(IConcept lhsConcept,
IAttribute lhsAttribute,
int relop,
IUnknown value)
Find the fact using the specified parameters and return the fact if found, null if the fact was not found. |
IFact |
IWorldState.getFact(IConcept lhsConcept,
IAttribute lhsAttribute,
java.lang.String lhsCollectionIndex,
int relop,
IUnknown value)
Find the fact using the specified parameters and return the fact if found, null if the fact was not found. |
IFact |
IWorldState.getFact(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept,
int truthValue)
Find the fact using the specified parameters and return the fact if found, null if the fact was not found. |
java.util.Enumeration |
IWorldState.getFacts(IConcept lhsConcept,
IAttribute lhsAttribute,
int relop,
IUnknown value)
Returns a list of all the facts that have the specified concept and attribute on their left hand side, that use the specified relational operator and have the specified rhs value. |
java.util.Enumeration |
IWorldState.getFacts(IRelation relation,
IUnknown rhsConcept,
int truthValue)
Returns a list of all the facts that have the specified relation, as right hand side 'unknown', and the specified truth value regardless of their left hand side concept. |
Uses of IUnknown in gov.nasa.arc.brahms.vm.api.jac |
---|
Methods in gov.nasa.arc.brahms.vm.api.jac with parameters of type IUnknown | |
---|---|
IStatement[] |
AbstractExternalActivity.conclude(IConcept concept,
IAttribute attribute,
int collectionIndex,
int relop,
IUnknown value,
int beliefcertainty,
int factcertainty)
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
IStatement[] |
AbstractExternalActivity.conclude(IConcept concept,
IAttribute attribute,
int relop,
IUnknown value,
int beliefcertainty,
int factcertainty)
Concludes a new IBelief and/or IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
IStatement[] |
AbstractExternalActivity.conclude(IConcept concept,
IAttribute attribute,
java.lang.String collectionIndex,
int relop,
IUnknown value,
int beliefcertainty,
int factcertainty)
Concludes a new IBelief and/or IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
IStatement[] |
AbstractExternalActivity.conclude(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept,
int beliefcertainty,
int factcertainty)
Concludes a new IBelief and/or IFact of the form concept relation concept. |
IStatement[] |
AbstractExternalActivity.conclude(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept,
int truthValue,
int beliefcertainty,
int factcertainty)
Concludes a new IBelief and/or IFact of the form concept relation concept with the specified truth value. |
Uses of IUnknown in gov.nasa.arc.brahms.vm.api.jagt |
---|
Methods in gov.nasa.arc.brahms.vm.api.jagt with parameters of type IUnknown | |
---|---|
IFact |
AbstractExternalAgent.conclude(IConcept concept,
IAttribute attribute,
int collectionIndex,
int relop,
IUnknown value,
int factcertainty)
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
IFact |
AbstractExternalAgent.conclude(IConcept concept,
IAttribute attribute,
int relop,
IUnknown value,
int factcertainty)
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
IFact |
AbstractExternalAgent.conclude(IConcept concept,
IAttribute attribute,
java.lang.String collectionIndex,
int relop,
IUnknown value,
int factcertainty)
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
IFact |
AbstractExternalAgent.conclude(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept,
int factcertainty)
Concludes a new IFact of the form concept relation concept. |
IFact |
AbstractExternalAgent.conclude(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept,
int truthValue,
int factcertainty)
Concludes a new IFact of the form concept relation concept with the specified truth value. |
Uses of IUnknown in gov.nasa.arc.brahms.vm.api.jsvc |
---|
Methods in gov.nasa.arc.brahms.vm.api.jsvc with parameters of type IUnknown | |
---|---|
IFact |
AbstractExternalService.conclude(IConcept concept,
IAttribute attribute,
int collectionIndex,
int relop,
IUnknown value,
int factcertainty)
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
IFact |
AbstractExternalService.conclude(IConcept concept,
IAttribute attribute,
int relop,
IUnknown value,
int factcertainty)
Concludes a new IFact of the form concept.attribute relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
IFact |
AbstractExternalService.conclude(IConcept concept,
IAttribute attribute,
java.lang.String collectionIndex,
int relop,
IUnknown value,
int factcertainty)
Concludes a new IFact of the form concept.attribute(index) relop value where relop is one of EQUALS or NOT_EQUALS and the value is the value 'unknown'. |
IFact |
AbstractExternalService.conclude(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept,
int factcertainty)
Concludes a new IFact of the form concept relation concept. |
IFact |
AbstractExternalService.conclude(IConcept lhsConcept,
IRelation relation,
IUnknown rhsConcept,
int truthValue,
int factcertainty)
Concludes a new IFact of the form concept relation concept with the specified truth value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |