|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRelation | |
---|---|
gov.nasa.arc.brahms.vm.api.common | |
gov.nasa.arc.brahms.vm.api.components | |
gov.nasa.arc.brahms.vm.api.jac | |
gov.nasa.arc.brahms.vm.api.jagt | |
gov.nasa.arc.brahms.vm.api.jsvc |
Uses of IRelation in gov.nasa.arc.brahms.vm.api.common |
---|
Methods in gov.nasa.arc.brahms.vm.api.common that return IRelation | |
---|---|
IRelation |
BrahmsGroupDescriptor.getBrahmsRelation(java.lang.String name)
Returns the Brahms relation with the specified name. |
IRelation |
BrahmsClassDescriptor.getBrahmsRelation(java.lang.String name)
Returns the Brahms relation with the specified name. |
IRelation |
IRelationTuple.getRelation()
Returns the relation defining the type of relationship between the left hand side and right hand side concepts. |
IRelation |
IConcept.getRelation(java.lang.String name)
Returns the relation with the specified nameif it is defined for this concept or any of its parent concepts in the concept inheritance hierarchy. |
Methods in gov.nasa.arc.brahms.vm.api.common that return types with arguments of type IRelation | |
---|---|
java.util.Collection<IRelation> |
BrahmsGroupDescriptor.getBrahmsRelations()
Returns the list of Brahms relations declared for this group. |
java.util.Collection<IRelation> |
BrahmsClassDescriptor.getBrahmsRelations()
Returns the list of Brahms relations declared for this class. |
java.util.List<IRelation> |
IConcept.getRelations()
Returns the relations declared for this concept including the relations declared in the parent concepts in the concept inheritance hierarchy. |
Methods in gov.nasa.arc.brahms.vm.api.common with parameters of type IRelation | |
---|---|
static IBelief |
BeliefFactory.createBelief(IConcept lhsConcept,
IRelation relation,
IConcept rhsConcept)
Creates a new IBelief of the form concept relation concept. |
static IBelief |
BeliefFactory.createBelief(IConcept lhsConcept,
IRelation relation,
IConcept rhsConcept,
int truthValue)
Creates a new IBelief of the form concept relation concept. |
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 lhsConcept,
IRelation relation,
IConcept rhsConcept)
Creates a new IFact of the form concept relation concept. |
static IFact |
FactFactory.createFact(IConcept lhsConcept,
IRelation relation,
IConcept rhsConcept,
int truthValue)
Creates a new IFact of the form concept relation concept. |
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,
IRelation relation,
IConcept 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. |
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,
IRelation relation,
IContext ctx)
Returns a list of all the beliefs that have the specified left hand side concept and relation regardless of their right hand side concept. |
java.util.Enumeration |
IActiveInstance.getBeliefs(IConcept lhsConcept,
IRelation relation,
int truthvalue,
IContext ctx)
Returns a list of all the beliefs that have the specified left hand side concept, relation and truth value regardless of their right hand side concept. |
java.util.Enumeration |
IActiveInstance.getBeliefs(IRelation relation,
IConcept rhsConcept,
int truthvalue,
IContext ctx)
Returns a list of all the beliefs that have the specified relation and right hand side concept, and truth value regardless of their left hand side concept. |
java.util.Enumeration |
IActiveInstance.getBeliefs(IRelation relation,
IContext ctx)
Returns a list of all the beliefs that have the specified relation regardless of their left and right hand side concept. |
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. |
java.lang.Object |
BrahmsGroupDescriptor.getValue(IAgent source,
IConcept lhsConcept,
IRelation rel,
IContext brahmsCtx)
Returns the values for the relation of the specified agent. |
java.lang.Object |
BrahmsGroupDescriptor.getValue(IAgent agt,
IRelation rel,
IContext brahmsCtx)
Returns the values for the relation of the specified agent. |
java.lang.Object |
BrahmsClassDescriptor.getValue(IObject source,
IConcept lhsConcept,
IRelation rel,
IContext brahmsCtx)
Returns the values for the relation of the specified object. |
java.lang.Object |
BrahmsClassDescriptor.getValue(IObject obj,
IRelation rel,
IContext brahmsCtx)
Returns the values for the relation of the specified object. |
void |
BrahmsGroupDescriptor.setValue(IAgent destination,
IConcept lhsConcept,
IRelation rel,
java.lang.Object value,
IContext brahmsCtx)
Sets the value for the relation of the specified agent. |
void |
BrahmsGroupDescriptor.setValue(IAgent agt,
IRelation rel,
java.lang.Object value,
IContext brahmsCtx)
Sets the value for the relation of the specified agent. |
void |
BrahmsClassDescriptor.setValue(IObject destination,
IConcept lhsConcept,
IRelation rel,
java.lang.Object value,
IContext brahmsCtx)
Sets the value for the relation of the specified object. |
void |
BrahmsClassDescriptor.setValue(IObject obj,
IRelation rel,
java.lang.Object value,
IContext brahmsCtx)
Sets the value for the relation of the specified object. |
Uses of IRelation in gov.nasa.arc.brahms.vm.api.components |
---|
Methods in gov.nasa.arc.brahms.vm.api.components with parameters of type IRelation | |
---|---|
IFact |
IWorldState.getFact(IConcept lhsConcept,
IRelation relation,
IConcept rhsConcept,
int truthValue)
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,
IRelation relation)
Returns a list of all the facts that have the specified left hand side concept and relation regardless of their right hand side concept. |
java.util.Enumeration |
IWorldState.getFacts(IConcept lhsConcept,
IRelation relation,
int truthValue)
Returns a list of all the facts that have the specified left hand side concept, relation and truth value regardless of their right hand side concept. |
java.util.Enumeration |
IWorldState.getFacts(IRelation relation)
Returns a list of all the facts that have the specified relation regardless of their left and right hand side concept. |
java.util.Enumeration |
IWorldState.getFacts(IRelation relation,
IConcept rhsConcept,
int truthValue)
Returns a list of all the facts that have the specified relation and right hand side concept, and truth value regardless of their left hand side concept. |
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 IRelation in gov.nasa.arc.brahms.vm.api.jac |
---|
Methods in gov.nasa.arc.brahms.vm.api.jac with parameters of type IRelation | |
---|---|
IStatement[] |
AbstractExternalActivity.conclude(IConcept lhsConcept,
IRelation relation,
IConcept 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,
IConcept 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. |
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 IRelation in gov.nasa.arc.brahms.vm.api.jagt |
---|
Methods in gov.nasa.arc.brahms.vm.api.jagt with parameters of type IRelation | |
---|---|
IFact |
AbstractExternalAgent.conclude(IConcept lhsConcept,
IRelation relation,
IConcept rhsConcept,
int factcertainty)
Concludes a new IFact of the form concept relation concept. |
IFact |
AbstractExternalAgent.conclude(IConcept lhsConcept,
IRelation relation,
IConcept rhsConcept,
int truthValue,
int factcertainty)
Concludes a new IFact of the form concept relation concept with the specified truth value. |
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 IRelation in gov.nasa.arc.brahms.vm.api.jsvc |
---|
Methods in gov.nasa.arc.brahms.vm.api.jsvc with parameters of type IRelation | |
---|---|
IFact |
AbstractExternalService.conclude(IConcept lhsConcept,
IRelation relation,
IConcept rhsConcept,
int factcertainty)
Concludes a new IFact of the form concept relation concept. |
IFact |
AbstractExternalService.conclude(IConcept lhsConcept,
IRelation relation,
IConcept rhsConcept,
int truthValue,
int factcertainty)
Concludes a new IFact of the form concept relation concept with the specified truth value. |
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 |