Uses of Class
org.infolayer.model.UmlClass

Packages that use UmlClass
org.infolayer.connection.akel   
org.infolayer.connection.ram   
org.infolayer.connection.table   
org.infolayer.model   
org.infolayer.templates.html   
 

Uses of UmlClass in org.infolayer.connection.akel
 

Methods in org.infolayer.connection.akel with parameters of type UmlClass
 void AkelConnection.init(UmlClass base, java.lang.String connector)
          Argument: base directory
 

Uses of UmlClass in org.infolayer.connection.ram
 

Methods in org.infolayer.connection.ram with parameters of type UmlClass
 void RamConnection.init(UmlClass base, java.lang.String connector)
          Argument: base directory
 

Uses of UmlClass in org.infolayer.connection.table
 

Methods in org.infolayer.connection.table with parameters of type UmlClass
 void TableConnection.init(UmlClass base, java.lang.String connector)
           
 OclCollection TableConnection.instances(UmlClass umlClass, boolean recurse)
           
 

Uses of UmlClass in org.infolayer.model
 

Fields in org.infolayer.model declared as UmlClass
 UmlClass UmlModel.INFOLAYER
           
 UmlClass UmlModel.OBJECT
           
 UmlClass UmlModel.FILE
           
 

Methods in org.infolayer.model that return UmlClass
 UmlClass UmlObject.getUmlClass()
           
 UmlClass UmlModel.getUserClass()
           
 

Methods in org.infolayer.model with parameters of type UmlClass
static Connection Connection.create(UmlClass base, java.lang.String connector)
          Creates a connection for the given (base) class, using the given connector.
abstract  void Connection.init(UmlClass base, java.lang.String connector)
          This method is called automatically from the static create method
 UmlObject Connection.createUmlObject(UmlClass umlClass, java.lang.String id, boolean fillImmediately)
          Creates a new UmlObject for an existing instance
 

Constructors in org.infolayer.model with parameters of type UmlClass
UmlObject(UmlClass umlClass)
          Generates a new object.
 

Uses of UmlClass in org.infolayer.templates.html
 

Methods in org.infolayer.templates.html with parameters of type UmlClass
static void TE_property.writeEnumerationSelect(XmlSerializer xw, IlRequest context, UmlClass cls, UmlObject object, Feature part, java.lang.Object value, boolean query)
           
static void TE_property.writeBooleanSelect(XmlSerializer xw, IlRequest context, UmlClass cls, UmlObject object, Feature part, java.lang.Object value, boolean query)
           
static void TE_property.writeProperty(XmlSerializer xw, IlRequest context, UmlClass umlClass, UmlObject object, UmlProperty part, boolean compact)
           
static void TE_property.getClassesAsList(StringList result, UmlClass type)
          Collects a flat list of classes that can be created in a given context by the current user.
static void TE_property.getClassesAsTree(StringList result, UmlClass type, int margin)
          Collects a tree of classes that can be created in a given context by the current user.
static void TE_tree.writeClassTree(XmlSerializer xw, IlRequest context, UmlClass umlClass, java.lang.Object object)
           
static void TE_properties.writeClassDetails(XmlSerializer xw, IlRequest context, UmlClass umlClass)
           
static void TE_properties.writeObjectDetails(XmlSerializer xw, IlRequest context, UmlClass type, UmlObject object, java.lang.String[] names, int onEmpty)
          If names array is null, the list is computed automatically
static void HtmlUtils.writeClass(XmlSerializer xw, IlRequest context, UmlClass umlClass)