Uses of Class
gov.nasa.arc.brahms.common.data.Model

Packages that use Model
gov.nasa.arc.brahms.common.data   
gov.nasa.arc.brahms.common.data.format.ontology   
gov.nasa.arc.brahms.common.data.format.uml   
gov.nasa.arc.brahms.vm.data   
gov.nasa.arc.brahms.vm.rt   
 

Uses of Model in gov.nasa.arc.brahms.common.data
 

Methods in gov.nasa.arc.brahms.common.data that return Model
 Model Concept.getModel()
           
 

Methods in gov.nasa.arc.brahms.common.data with parameters of type Model
 void Concept.setModel(Model model)
           
 

Uses of Model in gov.nasa.arc.brahms.common.data.format.ontology
 

Methods in gov.nasa.arc.brahms.common.data.format.ontology with parameters of type Model
protected static java.io.DataOutputStream OntologyFormat.openKAoSMappingFile(Model model, java.util.Properties p)
          Creates and opens the KAoS Mapping file in which fully qualified names for Brahms elements are mapped to the fully qualified URL's for the KAoS ontology elements.
 

Uses of Model in gov.nasa.arc.brahms.common.data.format.uml
 

Methods in gov.nasa.arc.brahms.common.data.format.uml with parameters of type Model
protected static java.io.DataOutputStream ModelFormatter.openUMLModelFile(Model model, java.util.Properties p)
          Determines the file name for the UML model file for the given model, creates the file, opens it and returns the stream to that file.
 

Uses of Model in gov.nasa.arc.brahms.vm.data
 

Subclasses of Model in gov.nasa.arc.brahms.vm.data
 class VMModel
          VMModel is a specialization of Model managing the set of Brahms concepts part of an agent distribution.
 

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

Methods in gov.nasa.arc.brahms.vm.rt with parameters of type Model
 void ShortestPathAlgorithm.init(Model model)
          Initializes the shortest path algorithm by placing all areas in the geography in a list and creating a distance matrix used by the shortest path algorithm.
 



Copyright © 1997-2012 All Rights Reserved.