|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConceptCtx | |
---|---|
gov.nasa.arc.brahms.common.data | |
gov.nasa.arc.brahms.common.rt | |
gov.nasa.arc.brahms.vm.data | |
gov.nasa.arc.brahms.vm.rt |
Uses of IConceptCtx in gov.nasa.arc.brahms.common.data |
---|
Methods in gov.nasa.arc.brahms.common.data that return IConceptCtx | |
---|---|
IConceptCtx |
ObjectInstance.createContext()
Creates a new context for this concept for use in a virtual machine. |
IConceptCtx |
ConceptualInstance.createContext()
Creates a new context for this concept for use in a virtual machine. |
IConceptCtx |
Concept.createContext()
Creates a new context for this concept for use in a virtual machine. |
IConceptCtx |
Area.createContext()
Creates a new context for this concept for use in a virtual machine. |
IConceptCtx |
Agent.createContext()
Creates a new context for this concept for use in a virtual machine. |
abstract IConceptCtx |
ActiveInstance.createContext()
Creates a new context for this concept for use in a virtual machine. |
IConceptCtx |
Concept.getContext()
Returns the concept's context used in a virtual machine. |
Methods in gov.nasa.arc.brahms.common.data with parameters of type IConceptCtx | |
---|---|
protected void |
Concept.setContext(IConceptCtx ctx)
Sets the context for this concept for use in a virtual machine. |
Uses of IConceptCtx in gov.nasa.arc.brahms.common.rt |
---|
Subinterfaces of IConceptCtx in gov.nasa.arc.brahms.common.rt | |
---|---|
interface |
IActiveInstanceCtx
The IActiveInstanceCtx is the interface for the runtime class for active instances (agents and object instances). |
interface |
IAgentCtx
The IAgentCtx interface is the interface for a runtime class for the agents. |
interface |
IAreaCtx
The IAreaCtx interface is the interface for the runtime representation of areas defined in a Brahms model. |
interface |
IConceptualInstanceCtx
The IConceptualInstanceCtx interface is the interface for the runtime representation of conceptual instances defined in a Brahms model. |
interface |
IObjectInstanceCtx
The IObjectInstanceCtx interface is the interface for the runtime class for the objects. |
Classes in gov.nasa.arc.brahms.common.rt that implement IConceptCtx | |
---|---|
class |
ActiveInstanceCtx
The ActiveInstanceCtx is the runtime class for active instances (agents and object instances). |
class |
AgentCtx
The AgentCtx is the runtime class for the agents. |
class |
AreaCtx
The AreaCtx is the runtime representation of areas defined in a Brahms model. |
class |
ConceptCtx
The ConceptCtx is the runtime representation of concepts defined in a Brahms model. |
class |
ConceptualInstanceCtx
The ConceptualInstanceCtx is the runtime representation of conceptual instances defined in a Brahms model. |
class |
ObjectInstanceCtx
The ObjectInstanceCtx is the runtime class for the objects. |
Methods in gov.nasa.arc.brahms.common.rt that return IConceptCtx | |
---|---|
IConceptCtx |
Value.getConceptValue()
Returns the concept value |
IConceptCtx |
PartCtx.getPart()
Returns the conceptual instance (ConceptualInstanceCtx) or object instance (ObjectInstanceCtx) being part of the aggregate specified in this part context. |
Methods in gov.nasa.arc.brahms.common.rt with parameters of type IConceptCtx | |
---|---|
void |
VariableCtx.addBinding(IConceptCtx value)
Adds the specified value to bind the variable. |
void |
IVariableCtx.addBinding(IConceptCtx value)
Adds the specified value to bind the variable. |
void |
PartCtx.setPart(IConceptCtx part)
Sets the conceptual instance (ConceptualInstanceCtx) or object instance (ObjectInstanceCtx) being part of the aggregate specified in this part context. |
void |
Value.setValue(IConceptCtx value)
Sets the concept value |
Constructors in gov.nasa.arc.brahms.common.rt with parameters of type IConceptCtx | |
---|---|
PartCtx(IConceptualInstanceCtx aggregate,
IConceptCtx part)
Constructor, creates a new PartCtx associating a conceptual instance and a concept (conceptual instance or object instance). |
|
Value(VariableCtx var,
IConceptCtx value)
Constructor, creates a new concept value for the specified variable contex |
Uses of IConceptCtx in gov.nasa.arc.brahms.vm.data |
---|
Methods in gov.nasa.arc.brahms.vm.data that return IConceptCtx | |
---|---|
IConceptCtx |
VMPath.createContext()
Creates a new context for this concept for use in a virtual machine. |
IConceptCtx |
VMObjectInstance.createContext()
Creates a new context for this concept for use in a virtual machine. |
IConceptCtx |
VMConceptualInstance.createContext()
Creates a new context for this concept for use in a virtual machine. |
IConceptCtx |
VMArea.createContext()
Creates a new context for this concept for use in a virtual machine. |
IConceptCtx |
VMAgent.createContext()
Creates a new context for this concept for use in a virtual machine. |
IConceptCtx |
IVMInstance.getContext()
Returns the concept's context used in a virtual machine. |
Uses of IConceptCtx in gov.nasa.arc.brahms.vm.rt |
---|
Classes in gov.nasa.arc.brahms.vm.rt that implement IConceptCtx | |
---|---|
class |
VMActiveInstanceCtx
The VMActiveInstanceCtx is the runtime class for active instances (agents and object instances) with extensions for it to function in the Brahms virtual machine. |
class |
VMAgentCtx
The VMAgentCtx is the runtime class for the agents with extensions for it to function in the Brahms virtual machine. |
class |
VMAreaCtx
The VMAreaCtx is the runtime representation of areas defined in a Brahms model with extensions for use in the virtual machine. |
class |
VMConceptualInstanceCtx
The VMConceptualInstanceCtx is the runtime representation of conceptual instances defined in a Brahms model with extensions for use in the virtual machine. |
class |
VMExternalAgentCtx
The VMExternalAgentCtx is the runtime class for the external agents with extensions for it to function in the Brahms virtual machine. |
class |
VMObjectInstanceCtx
The ObjectInstanceCtx is the runtime class for the objects with extension for use in the virtual machine. |
class |
VMPathCtx
The VMPathCtx is the runtime representation of a path defined in a Brahms model with extensions for use in the virtual machine. |
Methods in gov.nasa.arc.brahms.vm.rt that return IConceptCtx | |
---|---|
IConceptCtx |
VMActiveInstanceCtx.getContext()
Returns the agent's context used in a virtual machine. |
IConceptCtx |
VMFactCtx.getCreatedBy()
Returns the concept responsible for the creation of the fact. |
Methods in gov.nasa.arc.brahms.vm.rt with parameters of type IConceptCtx | |
---|---|
void |
VMFactCtx.setCreatedBy(IConceptCtx concept)
Sets the concept responsible for the creation of the fact. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |