Uses of Class
org.infolayer.model.UmlClassifier

Packages that use UmlClassifier
org.infolayer.asoq   
org.infolayer.model   
org.infolayer.model.op   
org.infolayer.ocl   
org.infolayer.soap   
org.infolayer.templates   
org.infolayer.util   
 

Uses of UmlClassifier in org.infolayer.asoq
 

Methods in org.infolayer.asoq that return UmlClassifier
 UmlClassifier GroupAction.getType()
           
 UmlClassifier OclAction.getType()
           
 UmlClassifier Action.getType()
           
 

Uses of UmlClassifier in org.infolayer.model
 

Subclasses of UmlClassifier in org.infolayer.model
 class GenericType
           
 class MetaType
           
 class UmlClass
           
 class UmlDataType
          For a description of the OCL methods available, please refer to org.infolayer.model.op
 class UmlEnumeration
           
 

Fields in org.infolayer.model declared as UmlClassifier
static UmlClassifier[] OperationImpl.NO_PARAMETER
           
 UmlClassifier UmlModel.VOID
           
 UmlClassifier UmlModel.OCL_ANY
           
 UmlClassifier UmlModel.OCL_MODEL_ELEMENT
           
 UmlClassifier UmlModel.OCL_OPERATION
           
 UmlClassifier UmlModel.OCL_PROPERTY
           
 UmlClassifier UmlModel.OCL_TYPE
           
 UmlClassifier UmlModel.OCL_EXPRESSION
           
 UmlClassifier UmlModel.COLLECTION
           
 UmlClassifier UmlModel.SET
           
 UmlClassifier UmlModel.BAG
           
 UmlClassifier UmlModel.SEQUENCE
           
 UmlClassifier UmlModel.ORDERED_SET
           
 

Methods in org.infolayer.model that return UmlClassifier
 UmlClassifier MetaType.typeOf()
           
 UmlClassifier MetaType.getSupertype()
           
 UmlClassifier UmlEnumerationLiteral.getType()
           
 UmlClassifier UmlParameter.getType()
           
 UmlClassifier UmlObject.getType()
           
 UmlClassifier UmlOperation.getType()
          Returns the type of this method, perhaps depending on the owning classifier
 UmlClassifier[] UmlOperation.getActualParameterTypes(UmlClassifier source)
           
 UmlClassifier OpImplJava.getType()
           
 UmlClassifier[] OpImplJava.getParameterTypes()
           
 UmlClassifier Typed.getType()
          Returns the Uml type of this object
 UmlClassifier GenericType.getActualType(UmlClassifier base)
           
 UmlClassifier UmlClassifier.getCommonSupertype(UmlClassifier c2)
          Returns the most special common supertype of this classifier and the classifier parameter
 UmlClassifier UmlClassifier.getSupertype()
           
 UmlClassifier UmlClassifier.getType()
          Implementation of the Typed interface, returns the "Meta-Type"
 UmlClassifier UmlClassifier.getActualType(UmlClassifier base)
          Overwriten in GenericType
 UmlClassifier OperationImplOcl.getType()
           
 UmlClassifier[] OperationImplOcl.getParameterTypes()
           
 UmlClassifier OperationImpl.getType()
           
 UmlClassifier[] OperationImpl.getParameterTypes()
           
 UmlClassifier Feature.getClassifier()
           
abstract  UmlClassifier Feature.getType()
           
 UmlClassifier UmlModel.getClassifier(java.lang.String name)
           
 UmlClassifier UmlModel.registerClassifier(UmlClassifier predefined, boolean forceJavaRegistration)
           
 UmlClassifier UmlModel.getType(java.lang.Class cls)
           
 UmlClassifier UmlModel.getType(java.lang.Object o)
           
 UmlClassifier UmlProperty.getType()
           
 

Methods in org.infolayer.model with parameters of type UmlClassifier
 OclCollection LoggedArray.getCollection(int collectionType, UmlClassifier elementType)
           
static Binary FileBinary.fromUrl(UmlClassifier c, java.lang.String url)
           
 void UmlParameter.setType(UmlClassifier classifier)
           
 UmlClassifier[] UmlOperation.getActualParameterTypes(UmlClassifier source)
           
 OpImplJava OpImplJava.setType(UmlClassifier type)
           
 java.lang.String OpImplJava.getSignature(UmlClassifier owner)
           
static void OpImplJava.addAllJavaMethods(UmlClassifier uc)
           
 UmlClassifier GenericType.getActualType(UmlClassifier base)
           
 boolean UmlConstraint.check(UmlClassifier type, java.lang.Object instance)
           
 UmlProperty UmlClassifier.addProperty(java.lang.String name, PropertyImpl impl, UmlClassifier type, int max, java.lang.String description)
           
 UmlClassifier UmlClassifier.getCommonSupertype(UmlClassifier c2)
          Returns the most special common supertype of this classifier and the classifier parameter
 boolean UmlClassifier.isAssignableFrom(UmlClassifier c2)
          Determines if the classifier represented by this UmlClassifier object is either the same as, or is a super-classifier of, the classifier represented by the specified UmlClassifier parameter.
 UmlOperation UmlClassifier.lookUpOperation(java.lang.String name, UmlClassifier[] params)
           
 int UmlClassifier.typeDistance(UmlClassifier c2)
          c2 is more special (parameter order identical to isAssignableFrom)
 UmlClassifier UmlClassifier.getActualType(UmlClassifier base)
          Overwriten in GenericType
 UmlClassifier UmlModel.registerClassifier(UmlClassifier predefined, boolean forceJavaRegistration)
           
 java.lang.Object UmlExpression.eval(UmlClassifier type, java.lang.Object instance)
           
 

Constructors in org.infolayer.model with parameters of type UmlClassifier
UmlParameter(UmlOperation op, java.lang.String name, UmlClassifier type, boolean ret)
           
 

Uses of UmlClassifier in org.infolayer.model.op
 

Methods in org.infolayer.model.op that return UmlClassifier
 UmlClassifier OpBoolean.getType()
           
 UmlClassifier[] OpBoolean.getParameterTypes()
           
 UmlClassifier OpCollection.getType()
           
 UmlClassifier OpCollection.getActualType(CollectionType sourceType, UmlClassifier bodyType)
          This call is used to determine the type if the type is dependent on the base type (the owner of the property) or the expression type.
 UmlClassifier[] OpCollection.getParameterTypes()
           
 UmlClassifier OpObject.getType()
           
 UmlClassifier[] OpObject.getParameterTypes()
           
 UmlClassifier[] OpAny.getParameterTypes()
           
 UmlClassifier OpAny.getType()
           
 UmlClassifier OpInfolayerStatic.getType()
           
 UmlClassifier[] OpInfolayerStatic.getParameterTypes()
           
 UmlClassifier OpInteger.getType()
           
 UmlClassifier[] OpInteger.getParameterTypes()
           
 UmlClassifier OpType.getType()
           
 UmlClassifier[] OpType.getParameterTypes()
           
 

Methods in org.infolayer.model.op with parameters of type UmlClassifier
static void OpBoolean.register(UmlClassifier b)
           
static void OpCollection.register(UmlClassifier COLLECTION, UmlClassifier SET, UmlClassifier BAG, UmlClassifier SEQUENCE, UmlClassifier ORDERED_SET)
           
 UmlClassifier OpCollection.getActualType(CollectionType sourceType, UmlClassifier bodyType)
          This call is used to determine the type if the type is dependent on the base type (the owner of the property) or the expression type.
static void OpReal.register(UmlClassifier r)
           
static void OpObject.register(UmlClassifier oa)
           
static void OpModelElement.register(UmlClassifier me)
           
static void OpString.register(UmlClassifier STRING)
           
static void OpAny.register(UmlClassifier oa)
           
static void OpInfolayerStatic.register(UmlClassifier ils)
           
static void OpInteger.register(UmlClassifier i)
           
static void OpType.register(UmlClassifier ot)
           
 

Uses of UmlClassifier in org.infolayer.ocl
 

Methods in org.infolayer.ocl that return UmlClassifier
 UmlClassifier OclRoot.getType()
           
abstract  UmlClassifier OclExpression.getType()
           
 UmlClassifier VarDef.getType()
           
 UmlClassifier CollectionLiteralExp.getType()
           
 UmlClassifier OperationCallExp.getType()
           
 UmlClassifier TuplePropertyExp.getType()
           
 UmlClassifier PropertyExp.getType()
           
 UmlClassifier IfExp.getType()
           
 UmlClassifier IterateExp.getType()
           
 UmlClassifier AsCollectionExp.getType()
           
 UmlClassifier TupleLiteralExp.getType()
           
 UmlClassifier LiteralExp.getType()
           
 UmlClassifier OclAsTypeExp.getType()
           
 UmlClassifier LetExp.getType()
           
 UmlClassifier InStateExp.getType()
           
 UmlClassifier IteratorExp.getType()
           
 UmlClassifier Evaluable.getType()
           
 

Methods in org.infolayer.ocl with parameters of type UmlClassifier
 Binding Bindings.init(int index, UmlClassifier type, java.lang.Object value)
          Returns old value to enable saving
 

Constructors in org.infolayer.ocl with parameters of type UmlClassifier
VarDef(UmlClassifier type)
          declares "self", shortcut for VarDef (null, type)
VarDef(VarDef base, java.lang.String name, UmlClassifier type)
          Declares a new variable; the index is calculated automatically.
VarDef(VarDef base, UmlClassifier type)
          a constructor for re-declaring the special variable "self"
CollectionLiteralExp(int collectionType, UmlClassifier elementType, java.util.List eval, java.util.BitSet intervals)
           
Bindings(UmlClassifier type, java.lang.Object self)
           
 

Uses of UmlClassifier in org.infolayer.soap
 

Methods in org.infolayer.soap with parameters of type UmlClassifier
 java.lang.Object Soap_Update.readValue(UmlProperty property, UmlClassifier type)
          Reads a value from the SOAP request.
 void Soap_Update.processProperty(UmlClassifier type, UmlObject object)
          Processes a single property for the current object in a SOAP request.
 

Uses of UmlClassifier in org.infolayer.templates
 

Methods in org.infolayer.templates that return UmlClassifier
 UmlClassifier Template.getType()
           
 

Methods in org.infolayer.templates with parameters of type UmlClassifier
 java.lang.Object IlUrl.getObject(java.lang.String name, UmlClassifier type)
           
 

Constructors in org.infolayer.templates with parameters of type UmlClassifier
ValueContainer(java.lang.String key, UmlClassifier type, java.util.Map data, java.lang.String format, java.lang.String lang)
           
Template(TemplateLoader loader, UmlClassifier type)
           
 

Uses of UmlClassifier in org.infolayer.util
 

Subclasses of UmlClassifier in org.infolayer.util
 class CollectionType
           
 class TupleType
           
 

Methods in org.infolayer.util that return UmlClassifier
 UmlClassifier CollectionType.getSupertype()
           
 UmlClassifier CollectionType.getFlatType()
           
 UmlClassifier CollectionType.getElementType()
           
 UmlClassifier TupleType.getPartType(java.lang.String part)
           
 UmlClassifier OclCollection.getElementType()
           
 UmlClassifier Tuple.getType()
           
 UmlClassifier AbstractOclCollection.getElementType()
           
 UmlClassifier AbstractOclCollection.getType()
           
 

Constructors in org.infolayer.util with parameters of type UmlClassifier
CollectionType(int collectionType, UmlClassifier elementType)
           
MultiOclCollection(UmlClassifier elementType)
           
MultiOclCollection(int collectionType, UmlClassifier elementType, OclCollection[] base)
           
SingleOclCollection(int collectionType, UmlClassifier elementType, java.lang.Object content)
           
DefaultOclCollection(int collectionType, UmlClassifier elementType)
           
DefaultOclCollection(int collectionType, UmlClassifier elementType, java.util.Iterator iter)
           
DefaultOclCollection(int collectionType, UmlClassifier elementType, java.util.Iterator iter, OclExpression filter, OclExpression orderBy)
           
DefaultOclCollection(int collectionType, UmlClassifier elementType, java.util.Collection v, boolean sealed)
          please note: the collection is not copied, it is taken as it is.