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

Packages that use PrimitiveType
fUML.Library   
fUML.Semantics.Classes.Kernel   
fUML.Semantics.Loci.LociL1   
fUML.Syntax.Classes.Kernel   
org.modeldriven.fuml.environment   
org.modeldriven.fuml.repository   
org.modeldriven.fuml.repository.model   
 

Uses of PrimitiveType in fUML.Library
 

Fields in fUML.Library declared as PrimitiveType
 PrimitiveType PrimitiveTypes.Boolean
           
 PrimitiveType PrimitiveTypes.Integer
           
 PrimitiveType PrimitiveTypes.String
           
 PrimitiveType PrimitiveTypes.UnlimitedNatural
           
 

Methods in fUML.Library that return PrimitiveType
 PrimitiveType PrimitiveTypes.createBuiltInType(String name, ExecutionFactory factory)
          operation createBuiltInType
 

Methods in fUML.Library with parameters of type PrimitiveType
 FunctionBehavior PrimitiveFunctions.createComparisonOperator(String name, Classifier type, PrimitiveType booleanType, OpaqueBehaviorExecution implementation, ExecutionFactory factory)
          operation createComparisonOperator
 

Constructors in fUML.Library with parameters of type PrimitiveType
IntegerFunctions(PrimitiveType integerType, PrimitiveType booleanType, ExecutionFactory factory)
          operation IntegerFunctions
 

Uses of PrimitiveType in fUML.Semantics.Classes.Kernel
 

Fields in fUML.Semantics.Classes.Kernel declared as PrimitiveType
 PrimitiveType PrimitiveValue.type
           
 

Methods in fUML.Semantics.Classes.Kernel that return PrimitiveType
 PrimitiveType LiteralEvaluation.getType(String builtInTypeName)
          operation getType
 

Uses of PrimitiveType in fUML.Semantics.Loci.LociL1
 

Methods in fUML.Semantics.Loci.LociL1 that return PrimitiveType
 PrimitiveType ExecutionFactory.getBuiltInType(String name)
          operation getBuiltInType
 

Methods in fUML.Semantics.Loci.LociL1 with parameters of type PrimitiveType
 void ExecutionFactory.addBuiltInType(PrimitiveType type)
          operation addBuiltInType
 

Uses of PrimitiveType in fUML.Syntax.Classes.Kernel
 

Methods in fUML.Syntax.Classes.Kernel that return PrimitiveType
 PrimitiveType PrimitiveTypeList.getValue(int i)
           
 

Methods in fUML.Syntax.Classes.Kernel with parameters of type PrimitiveType
 void PrimitiveTypeList.addValue(int i, PrimitiveType v)
           
 void PrimitiveTypeList.addValue(PrimitiveType v)
           
 void PrimitiveTypeList.setValue(int i, PrimitiveType v)
           
 

Uses of PrimitiveType in org.modeldriven.fuml.environment
 

Methods in org.modeldriven.fuml.environment that return PrimitiveType
 PrimitiveType Environment.getBoolean()
           
 PrimitiveType Environment.getInteger()
           
 PrimitiveType Environment.getString()
           
 PrimitiveType Environment.getUnlimitedNatural()
           
 

Uses of PrimitiveType in org.modeldriven.fuml.repository
 

Methods in org.modeldriven.fuml.repository with parameters of type PrimitiveType
 void RepositoryMapping.mapPrimitiveType(PrimitiveType type, String currentPackageName, RepositoryArtifact artifact)
           
 

Uses of PrimitiveType in org.modeldriven.fuml.repository.model
 

Methods in org.modeldriven.fuml.repository.model that return PrimitiveType
 PrimitiveType ModelFactory.createPrimitiveType(String name, String id)
           
 

Methods in org.modeldriven.fuml.repository.model with parameters of type PrimitiveType
 void InMemoryMapping.mapPrimitiveType(PrimitiveType t, String currentPackageName, RepositoryArtifact artifact)
           
 



Copyright © 2012. All Rights Reserved.