Uses of Class
fUML.Syntax.Classes.Kernel.Type

Packages that use Type
fUML.Library   
fUML.Syntax.Activities.IntermediateActivities   
fUML.Syntax.Classes.Kernel   
fUML.Syntax.CommonBehaviors.BasicBehaviors   
fUML.Syntax.CommonBehaviors.Communications   
fUML.Test   
org.modeldriven.fuml.repository.ext   
 

Uses of Type in fUML.Library
 

Methods in fUML.Library with parameters of type Type
protected  void Classes.addAttribute(Class_ owner, java.lang.String name, Type type, VisibilityKind visibility, boolean isComposite)
           
protected  void Classes.addParameter(Operation operation, java.lang.String name, ParameterDirectionKind direction, Type type)
           
 

Uses of Type in fUML.Syntax.Activities.IntermediateActivities
 

Subclasses of Type in fUML.Syntax.Activities.IntermediateActivities
 class Activity
           
 

Methods in fUML.Syntax.Activities.IntermediateActivities with parameters of type Type
 void ObjectNode.setType(Type type)
           
 

Uses of Type in fUML.Syntax.Classes.Kernel
 

Subclasses of Type in fUML.Syntax.Classes.Kernel
 class Association
           
 class Class_
           
 class Classifier
           
 class DataType
           
 class Enumeration
           
 class PrimitiveType
           
 

Fields in fUML.Syntax.Classes.Kernel declared as Type
 Type TypedElement.type
           
 Type Operation.type
           
 

Methods in fUML.Syntax.Classes.Kernel that return Type
 Type TypeList.getValue(int i)
           
 

Methods in fUML.Syntax.Classes.Kernel with parameters of type Type
 void TypeList.addValue(int i, Type v)
           
 void TypeList.addValue(Type v)
           
 void TypedElement.setType(Type type)
           
 void StructuralFeature.setType(Type type)
           
 void TypeList.setValue(int i, Type v)
           
 

Uses of Type in fUML.Syntax.CommonBehaviors.BasicBehaviors
 

Subclasses of Type in fUML.Syntax.CommonBehaviors.BasicBehaviors
 class Behavior
           
 class BehavioredClassifier
           
 class FunctionBehavior
           
 class OpaqueBehavior
           
 

Uses of Type in fUML.Syntax.CommonBehaviors.Communications
 

Subclasses of Type in fUML.Syntax.CommonBehaviors.Communications
 class Signal
           
 

Uses of Type in fUML.Test
 

Methods in fUML.Test with parameters of type Type
protected  Parameter ActivityFactory.addParameter(Activity activity, java.lang.String name, ParameterDirectionKind direction, Type type)
           
protected  Property ActivityFactory.addProperty(Activity activity, java.lang.String name, Type type, int lower, int upper)
           
 

Uses of Type in org.modeldriven.fuml.repository.ext
 

Subclasses of Type in org.modeldriven.fuml.repository.ext
 class Extension
           
 class Stereotype
           
 



Copyright © 2015. All Rights Reserved.