Uses of Class
org.infolayer.model.UmlModel

Packages that use UmlModel
org.infolayer.model   
org.infolayer.model.op   
org.infolayer.ocl   
org.infolayer.servlet   
org.infolayer.shell   
org.infolayer.soap   
org.infolayer.templates   
org.infolayer.templates.html   
org.infolayer.templates.pdf   
org.infolayer.templates.plain   
org.infolayer.templates.rdf   
org.infolayer.templates.wml   
org.infolayer.test   
org.infolayer.util   
org.infolayer.xmi   
 

Uses of UmlModel in org.infolayer.model
 

Methods in org.infolayer.model that return UmlModel
 UmlModel UmlClassifier.getModel()
          Returns the UML model this classifier belongs to
 UmlModel ModelLoader.loadModel(java.util.Hashtable param)
          constructs the model from the given parameter table
static UmlModel UmlModel.load(java.util.Hashtable properties)
          Loads a model from the ressource described by the given String.
 

Methods in org.infolayer.model with parameters of type UmlModel
 void UmlPackage.registerClassifiers(UmlModel model)
          registers all contained classifiers with the given model recursively
 java.lang.String UmlModelElement.getLabel(UmlModel model, java.lang.String lang)
          Unfortunately, UmlModelElement has no reference to model, so a model must be given as parameter.
 void UmlModel.registerClassifiers(UmlModel model)
           
 

Constructors in org.infolayer.model with parameters of type UmlModel
OpImplJava(UmlModel model, java.lang.Class cls, java.lang.String name)
           
OpImplJava(UmlModel model, java.lang.reflect.Method javaMethod)
           
PredefinedOperation(UmlModel model, int op)
           
GenericType(UmlModel model, int genericType)
           
UmlClass(UmlModel model, java.lang.String name)
           
UmlDataType(UmlModel model, java.lang.String name, java.lang.Class javaClass)
           
 

Uses of UmlModel in org.infolayer.model.op
 

Constructors in org.infolayer.model.op with parameters of type UmlModel
OpBoolean(UmlModel model, int op)
           
OpCollection(UmlModel model, int op)
           
OpObject(UmlModel model, int op)
           
OpAny(UmlModel model, int op)
           
OpInfolayerStatic(UmlModel model, int op)
           
OpInteger(UmlModel model, int op)
           
OpType(UmlModel m, int op)
           
 

Uses of UmlModel in org.infolayer.ocl
 

Methods in org.infolayer.ocl with parameters of type UmlModel
static java.lang.Object LiteralExp.fromString(UmlModel model, java.lang.String str)
           
 

Constructors in org.infolayer.ocl with parameters of type UmlModel
TupleLiteralExp(UmlModel model, VariableDeclarationAst[] ast)
           
LiteralExp(UmlModel model, java.lang.Object object)
           
 

Uses of UmlModel in org.infolayer.servlet
 

Fields in org.infolayer.servlet declared as UmlModel
 UmlModel RequestHandler.model
           
 

Methods in org.infolayer.servlet that return UmlModel
 UmlModel IlServlet.getModel()
           
 UmlModel RequestHandler.getModel()
           
 

Uses of UmlModel in org.infolayer.shell
 

Methods in org.infolayer.shell that return UmlModel
static UmlModel IlShell.loadModel(java.lang.String[] args)
           
 

Constructors in org.infolayer.shell with parameters of type UmlModel
StateMachineShell(UmlModel model, java.lang.String className)
           
ShellServer(UmlModel model, int port)
           
Session(UmlModel model, java.io.InputStream in, java.io.OutputStream out, boolean login)
           
 

Uses of UmlModel in org.infolayer.soap
 

Methods in org.infolayer.soap that return UmlModel
 UmlModel SoapHandler.getModel()
          Returns the UML model this SoapHandler operates on.
 

Constructors in org.infolayer.soap with parameters of type UmlModel
SoapWriter(UmlModel model)
          Creates a new SOAP Writer for the given UML model.
 

Uses of UmlModel in org.infolayer.templates
 

Methods in org.infolayer.templates that return UmlModel
abstract  UmlModel IlRequest.getModel()
           
 UmlModel TemplateLoader.getModel()
           
 UmlModel Template.getModel()
           
 

Methods in org.infolayer.templates with parameters of type UmlModel
static void TemplateLoader.init(UmlModel model)
          This method registers the IlUrl and IlRequest java classes
 

Constructors in org.infolayer.templates with parameters of type UmlModel
TemplateLoader(UmlModel model, java.lang.String base)
           
 

Uses of UmlModel in org.infolayer.templates.html
 

Constructors in org.infolayer.templates.html with parameters of type UmlModel
HtmlLoader(UmlModel model, java.lang.String base)
           
 

Uses of UmlModel in org.infolayer.templates.pdf
 

Constructors in org.infolayer.templates.pdf with parameters of type UmlModel
PdfLoader(UmlModel model, java.lang.String base)
           
 

Uses of UmlModel in org.infolayer.templates.plain
 

Constructors in org.infolayer.templates.plain with parameters of type UmlModel
PlainLoader(UmlModel model, java.lang.String base)
           
 

Uses of UmlModel in org.infolayer.templates.rdf
 

Constructors in org.infolayer.templates.rdf with parameters of type UmlModel
RdfLoader(UmlModel model)
           
 

Uses of UmlModel in org.infolayer.templates.wml
 

Constructors in org.infolayer.templates.wml with parameters of type UmlModel
WmlLoader(UmlModel model, java.lang.String base)
           
 

Uses of UmlModel in org.infolayer.test
 

Constructors in org.infolayer.test with parameters of type UmlModel
OclConformanceTest(UmlModel model, java.lang.String url, java.io.Writer out, boolean html)
           
 

Uses of UmlModel in org.infolayer.util
 

Methods in org.infolayer.util with parameters of type UmlModel
static java.util.Vector Sort.sort(java.util.Iterator e, UmlModel model)
           
 

Constructors in org.infolayer.util with parameters of type UmlModel
ConfigurationFileReader(UmlModel model, java.lang.String name)
           
TupleType(UmlModel model, java.util.Map componentTypes)
           
IntervalOclCollection(UmlModel model, int collectionType, long from, long to)
           
 

Uses of UmlModel in org.infolayer.xmi
 

Methods in org.infolayer.xmi that return UmlModel
 UmlModel XmiFileLoader.loadModel(java.util.Hashtable param)
           
 UmlModel XmiResourceLoader.loadModel(java.util.Hashtable properties)
           
 UmlModel XmiParser.read()