JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
jarmos.ModelDescriptor Class Reference

Represents a short description of a model managed by a model manager. More...

Public Member Functions

 ModelDescriptor (String mdir, String t, ModelType type, InputStream i, Date created)
 

Public Attributes

String modeldir
 The model directory inside the current model managers model root source. More...
 
String title
 The model's title. More...
 
ModelType type
 The model type as string. More...
 
Date created
 The model creation date. More...
 
String shortDescription = null
 A VERY short description of the model. More...
 
InputStream image
 An input stream pointing to an available model image, if given. More...
 

Detailed Description

Represents a short description of a model managed by a model manager.

So far this class is used to fill the grid view items in JaRMoSA, and it might be subject to change if more applications (webservice / webtool) come into play.

Author
Daniel Wirtz
Date
2013-08-07

Definition at line 17 of file ModelDescriptor.java.

Constructor & Destructor Documentation

jarmos.ModelDescriptor.ModelDescriptor ( String  mdir,
String  t,
ModelType  type,
InputStream  i,
Date  created 
)

Definition at line 51 of file ModelDescriptor.java.

Member Data Documentation

Date jarmos.ModelDescriptor.created

The model creation date.

Definition at line 39 of file ModelDescriptor.java.

InputStream jarmos.ModelDescriptor.image

An input stream pointing to an available model image, if given.

Otherwise null.

Definition at line 49 of file ModelDescriptor.java.

String jarmos.ModelDescriptor.modeldir

The model directory inside the current model managers model root source.

See Also
AModelManager for more information.

Definition at line 24 of file ModelDescriptor.java.

String jarmos.ModelDescriptor.shortDescription = null

A VERY short description of the model.

Definition at line 44 of file ModelDescriptor.java.

String jarmos.ModelDescriptor.title

The model's title.

Definition at line 29 of file ModelDescriptor.java.

ModelType jarmos.ModelDescriptor.type

The model type as string.

(JKerMor / rbmappmit etc)

Definition at line 34 of file ModelDescriptor.java.


The documentation for this class was generated from the following file: