Uses of Class
gov.nasa.arc.brahms.common.rt.PartCtx

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

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

Methods in gov.nasa.arc.brahms.common.rt with parameters of type PartCtx
 void ObjectInstanceCtx.addAggregate(PartCtx aggregate)
          Adds the specified aggregate as an aggregate for this object instance.
 void IObjectInstanceCtx.addAggregate(PartCtx aggregate)
          Adds the specified aggregate as an aggregate for this object instance.
 void IConceptualInstanceCtx.addAggregate(PartCtx aggregate)
          Adds the specified aggregate as an aggregate for this conceptual instance.
 void ConceptualInstanceCtx.addAggregate(PartCtx aggregate)
          Adds the specified aggregate as an aggregate for this conceptual instance.
 void IConceptualInstanceCtx.addSubAggregate(PartCtx subaggregate)
          Adds the specified sub aggregate as a sub aggregate for this conceptual instance.
 void ConceptualInstanceCtx.addSubAggregate(PartCtx subaggregate)
          Adds the specified sub aggregate as a sub aggregate for this conceptual instance.
 void ObjectInstanceCtx.removeAggregate(PartCtx aggregate)
          Removes the specified aggregate as an aggregate for this object instance.
 void IObjectInstanceCtx.removeAggregate(PartCtx aggregate)
          Removes the specified aggregate as an aggregate for this object instance.
 void IConceptualInstanceCtx.removeAggregate(PartCtx aggregate)
          Removes the specified aggregate as an aggregate for this conceptual instance.
 void ConceptualInstanceCtx.removeAggregate(PartCtx aggregate)
          Removes the specified aggregate as an aggregate for this conceptual instance.
 void CreateObjectActivityCtx.removeDestinationAggregate(PartCtx aggregate)
          Removes the specified aggregate (ParameterCtx) as an aggregate for the created object.
 void IConceptualInstanceCtx.removeSubAggregate(PartCtx subaggregate)
          Removes the specified sub aggregate as a sub aggregate from this conceptual instance.
 void ConceptualInstanceCtx.removeSubAggregate(PartCtx subaggregate)
          Removes the specified sub aggregate as a sub aggregate from this conceptual instance.
 

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

Methods in gov.nasa.arc.brahms.vm.rt that return PartCtx
 PartCtx VMConceptualInstanceCtx.createAggregateRelation(ConceptualInstance oCO, long time, gov.nasa.arc.brahms.vm.controller.VMController vmc)
          Creates the aggregate relationship between this conceptual instance and the specified conceptual instance where the specified conceptual instance is a sub aggregate of this conceptual instance.
 PartCtx VMConceptualInstanceCtx.createAggregateRelation(ObjectInstance oObject, long time, gov.nasa.arc.brahms.vm.controller.VMController vmc)
          Creates the aggregate relationship between this conceptual instance and the specified object instance where the specified object instance is a part of this conceptual instance.
 

Methods in gov.nasa.arc.brahms.vm.rt that return types with arguments of type PartCtx
 java.util.Enumeration<PartCtx> VMObjectInstanceCtx.getAggregates()
          Returns a list of all the aggregates (PartCtx).
 

Methods in gov.nasa.arc.brahms.vm.rt with parameters of type PartCtx
 void VMObjectInstanceCtx.addAggregate(PartCtx aggregate)
          Adds the specified aggregate as an aggregate for this object instance.
 void VMObjectInstanceCtx.removeAggregate(PartCtx aggregate)
          Removes the specified aggregate as an aggregate for this object instance.
 



Copyright © 1997-2012 All Rights Reserved.