|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statement | |
|---|---|
| gov.nasa.arc.brahms.common.data | |
| gov.nasa.arc.brahms.common.rt | |
| gov.nasa.arc.brahms.vm.rt | |
| Uses of Statement in gov.nasa.arc.brahms.common.data |
|---|
| Methods in gov.nasa.arc.brahms.common.data that return Statement | |
|---|---|
Statement |
InitialStatement.convertToStatement(Concept concept)
Converts this initial statement to a Statement (AttributeStatement or RelationStatement) replacing any references to current with the specified concept. |
| Uses of Statement in gov.nasa.arc.brahms.common.rt |
|---|
| Subclasses of Statement in gov.nasa.arc.brahms.common.rt | |
|---|---|
class |
AttributeStatement
A AttributeStatement defines a state in the world or for an active instance defining the value for a concept's attribute. |
class |
RelationStatement
A RelationStatement defines a state in the world or for an active instance defining a user defined relationship between a concept and a value. |
| Constructors in gov.nasa.arc.brahms.common.rt with parameters of type Statement | |
|---|---|
BeliefCtx(Statement belief)
Constructor, creates a belief context for the specified belief |
|
BeliefCtx(Statement belief,
int sourceType,
IBrahmsObjectCtx source)
Constructor, creates a belief context for the specified belief. |
|
FactCtx(Statement fact)
Constructor, creates a fact context for the specified fact |
|
FactCtx(Statement fact,
int sourceType,
IBrahmsObjectCtx source)
Constructor, creates a fact context for the specified fact. |
|
StatementCtx(Statement statement)
Constructor, creates a statement context for the specified statement. |
|
StatementCtx(Statement statement,
int sourceType,
IBrahmsObjectCtx source)
Constructor, creates a statement context for the specified statement. |
|
| Uses of Statement in gov.nasa.arc.brahms.vm.rt |
|---|
| Methods in gov.nasa.arc.brahms.vm.rt with parameters of type Statement | |
|---|---|
boolean |
VMActiveInstanceCtx.containsBelief(Statement statement)
Checks if a belief with the same contents as the specified contents exists in the belief set. |
boolean |
StatementSet.containsStatement(Statement statement)
Checks if a statement with the same contents as the specified contents exists in the statement set. |
boolean |
IStatementSet.containsStatement(Statement statement)
Checks if a statement with the same contents as the specified contents exists in the statement set. |
| Constructors in gov.nasa.arc.brahms.vm.rt with parameters of type Statement | |
|---|---|
VMBeliefCtx(Statement belief)
Constructor, creates a belief context for the specified belief |
|
VMBeliefCtx(Statement belief,
int sourceType,
IBrahmsObjectCtx source)
Constructor, creates a belief context for the specified belief. |
|
VMFactCtx(Statement fact)
Constructor, creates a fact context for the specified fact |
|
VMFactCtx(Statement fact,
int sourceType,
IBrahmsObjectCtx source)
Constructor, creates a fact context for the specified fact. |
|
VMStatementCtx(Statement statement)
Constructor, creates a statement context for the specified statement. |
|
VMStatementCtx(Statement statement,
int sourceType,
IBrahmsObjectCtx source)
Constructor, creates a statement context for the specified statement. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||