Uses of Interface
gov.nasa.arc.brahms.common.data.format.IFormat

Packages that use IFormat
gov.nasa.arc.brahms.common.data   
gov.nasa.arc.brahms.common.data.format.ontology   
gov.nasa.arc.brahms.common.data.format.sourcecode   
gov.nasa.arc.brahms.common.data.format.uml   
gov.nasa.arc.brahms.common.data.format.xml   
 

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

Methods in gov.nasa.arc.brahms.common.data with parameters of type IFormat
 void IExpression.export(IFormat format, java.util.Properties p, java.io.DataOutputStream out)
          Exports this object in the given format with the given properties to the given stream.
 void IAssignmentLhs.export(IFormat format, java.util.Properties p, java.io.DataOutputStream out)
          Exports this object in the given format with the given properties to the given stream.
 void BrahmsObject.export(IFormat format, java.util.Properties p, java.io.DataOutputStream out)
          Exports this object in the given format with the given properties to the given stream.
 

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

Classes in gov.nasa.arc.brahms.common.data.format.ontology that implement IFormat
 class OntologyFormat
          The OntologyFormat writes out BrahmsObjects in the DARPA Agent Markup Language (DAML) to specify the ontology for a Brahms model used to define policies for the model.
 

Methods in gov.nasa.arc.brahms.common.data.format.ontology that return IFormat
static IFormat OntologyFormat.getFormat()
          Returns an instance of the OntologyFormat
 IFormat BrahmsObjectFormatter.getFormat()
          Returns the format this formatter is part of
 

Methods in gov.nasa.arc.brahms.common.data.format.ontology with parameters of type IFormat
 void BrahmsObjectFormatter.setFormat(IFormat format)
          Sets the format this formatter is part of
 

Constructors in gov.nasa.arc.brahms.common.data.format.ontology with parameters of type IFormat
BrahmsObjectFormatter(IFormat format)
          Constructor, creates a new BrahmsObjectFormatter
 

Uses of IFormat in gov.nasa.arc.brahms.common.data.format.sourcecode
 

Classes in gov.nasa.arc.brahms.common.data.format.sourcecode that implement IFormat
 class SourceCodeFormat
          The SourceCodeFormat writes out BrahmsObjects as Brahms source code
 

Methods in gov.nasa.arc.brahms.common.data.format.sourcecode that return IFormat
static IFormat SourceCodeFormat.getFormat()
          Returns an instance of the SourceCodeFormat
 IFormat BrahmsObjectFormatter.getFormat()
          Returns the format this formatter is part of
 

Methods in gov.nasa.arc.brahms.common.data.format.sourcecode with parameters of type IFormat
 void BrahmsObjectFormatter.setFormat(IFormat format)
          Sets the format this formatter is part of
 

Constructors in gov.nasa.arc.brahms.common.data.format.sourcecode with parameters of type IFormat
BrahmsObjectFormatter(IFormat format)
          Constructor, creates a new BrahmsObjectFormatter
 

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

Classes in gov.nasa.arc.brahms.common.data.format.uml that implement IFormat
 class UMLFormat
          The UMLFormat writes out BrahmsObjects in XMI (XML Metadata Interchange) for use by UML tools (Unified Modeling Language).
 

Methods in gov.nasa.arc.brahms.common.data.format.uml that return IFormat
static IFormat UMLFormat.getFormat()
          Returns an instance of the OntologyFormat
 IFormat BrahmsObjectFormatter.getFormat()
          Returns the format this formatter is part of
 

Methods in gov.nasa.arc.brahms.common.data.format.uml with parameters of type IFormat
 void BrahmsObjectFormatter.setFormat(IFormat format)
          Sets the format this formatter is part of
 

Constructors in gov.nasa.arc.brahms.common.data.format.uml with parameters of type IFormat
BrahmsObjectFormatter(IFormat format)
          Constructor, creates a new BrahmsObjectFormatter
 

Uses of IFormat in gov.nasa.arc.brahms.common.data.format.xml
 

Classes in gov.nasa.arc.brahms.common.data.format.xml that implement IFormat
 class XMLFormat
          The XMLFormat writes out BrahmsObjects in the Extended Markup Language
 

Methods in gov.nasa.arc.brahms.common.data.format.xml that return IFormat
static IFormat XMLFormat.getFormat()
          Returns an instance of the XMLFormat
 IFormat BrahmsObjectFormatter.getFormat()
          Returns the format this formatter is part of
 

Methods in gov.nasa.arc.brahms.common.data.format.xml with parameters of type IFormat
 void BrahmsObjectFormatter.setFormat(IFormat format)
          Sets the format this formatter is part of
 

Constructors in gov.nasa.arc.brahms.common.data.format.xml with parameters of type IFormat
BrahmsObjectFormatter(IFormat format)
          Constructor, creates a new BrahmsObjectFormatter
 



Copyright © 1997-2012 All Rights Reserved.