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

Packages that use LiteralSpecification
fUML.Syntax.Classes.Kernel   
org.modeldriven.fuml.repository.model   
 

Uses of LiteralSpecification in fUML.Syntax.Classes.Kernel
 

Subclasses of LiteralSpecification in fUML.Syntax.Classes.Kernel
 class LiteralBoolean
          An implementation of the model object ' fUML::Syntax::Classes::Kernel::LiteralBoolean'.
 class LiteralInteger
          An implementation of the model object ' fUML::Syntax::Classes::Kernel::LiteralInteger'.
 class LiteralNull
          An implementation of the model object ' fUML::Syntax::Classes::Kernel::LiteralNull'.
 class LiteralString
          An implementation of the model object ' fUML::Syntax::Classes::Kernel::LiteralString'.
 class LiteralUnlimitedNatural
          An implementation of the model object ' fUML::Syntax::Classes::Kernel::LiteralUnlimitedNatural'.
 

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

Methods in org.modeldriven.fuml.repository.model that return LiteralSpecification
 LiteralSpecification ModelFactory.createUpperValue(Property p, boolean hasUpperValue, String value)
          multiplicity examples --------------------------------------- 1 - Default if omitted * - zero or more 1..* - 1 or more 0..1 - zero or 1 2..5 - At least 2 and up to 5 2,5 - 2 or 5 n - Unknown at compile time ---------------------------------------
 



Copyright © 2012. All Rights Reserved.