Uses of Interface
gov.nasa.arc.brahms.common.rt.IConceptualInstanceCtx

Packages that use IConceptualInstanceCtx
gov.nasa.arc.brahms.common.rt   
gov.nasa.arc.brahms.vm.rt   
 

Uses of IConceptualInstanceCtx in gov.nasa.arc.brahms.common.rt
 

Classes in gov.nasa.arc.brahms.common.rt that implement IConceptualInstanceCtx
 class ConceptualInstanceCtx
          The ConceptualInstanceCtx is the runtime representation of conceptual instances defined in a Brahms model.
 

Methods in gov.nasa.arc.brahms.common.rt that return IConceptualInstanceCtx
 IConceptualInstanceCtx PartCtx.getAggregate()
          Returns the conceptual instance being the aggregate for the part specified in this part context.
 

Methods in gov.nasa.arc.brahms.common.rt with parameters of type IConceptualInstanceCtx
 void PartCtx.setAggregate(IConceptualInstanceCtx aggregate)
          Sets the conceptual instance being the aggregate for the part specified in this part context.
 

Constructors in gov.nasa.arc.brahms.common.rt with parameters of type IConceptualInstanceCtx
PartCtx(IConceptualInstanceCtx aggregate, IConceptCtx part)
          Constructor, creates a new PartCtx associating a conceptual instance and a concept (conceptual instance or object instance).
 

Uses of IConceptualInstanceCtx in gov.nasa.arc.brahms.vm.rt
 

Classes in gov.nasa.arc.brahms.vm.rt that implement IConceptualInstanceCtx
 class VMConceptualInstanceCtx
          The VMConceptualInstanceCtx is the runtime representation of conceptual instances defined in a Brahms model with extensions for use in the virtual machine.
 



Copyright © 1997-2012 All Rights Reserved.