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

Packages that use ValueSpecification
fUML.Semantics.Activities.IntermediateActivities   
fUML.Semantics.Classes.Kernel   
fUML.Semantics.Loci.LociL1   
fUML.Syntax.Actions.BasicActions   
fUML.Syntax.Actions.IntermediateActions   
fUML.Syntax.Activities.IntermediateActivities   
fUML.Syntax.Classes.Kernel   
fUML.Test   
org.modeldriven.fuml.repository   
org.modeldriven.fuml.repository.model   
 

Uses of ValueSpecification in fUML.Semantics.Activities.IntermediateActivities
 

Methods in fUML.Semantics.Activities.IntermediateActivities with parameters of type ValueSpecification
 boolean DecisionNodeActivation.test(ValueSpecification guard, Value value)
           
 

Uses of ValueSpecification in fUML.Semantics.Classes.Kernel
 

Fields in fUML.Semantics.Classes.Kernel declared as ValueSpecification
 ValueSpecification Evaluation.specification
           
 

Methods in fUML.Semantics.Classes.Kernel that return ValueSpecification
abstract  ValueSpecification Value.specify()
           
 ValueSpecification UnlimitedNaturalValue.specify()
           
 ValueSpecification StructuredValue.specify()
           
 ValueSpecification StringValue.specify()
           
 ValueSpecification RealValue.specify()
           
 ValueSpecification IntegerValue.specify()
           
 ValueSpecification EnumerationValue.specify()
           
 ValueSpecification BooleanValue.specify()
           
 

Uses of ValueSpecification in fUML.Semantics.Loci.LociL1
 

Methods in fUML.Semantics.Loci.LociL1 with parameters of type ValueSpecification
 Evaluation ExecutionFactory.createEvaluation(ValueSpecification specification)
           
 Value Executor.evaluate(ValueSpecification specification)
           
 

Uses of ValueSpecification in fUML.Syntax.Actions.BasicActions
 

Methods in fUML.Syntax.Actions.BasicActions with parameters of type ValueSpecification
 void Pin.setLowerValue(ValueSpecification lowerValue)
           
 void Pin.setUpperValue(ValueSpecification upperValue)
           
 

Uses of ValueSpecification in fUML.Syntax.Actions.IntermediateActions
 

Fields in fUML.Syntax.Actions.IntermediateActions declared as ValueSpecification
 ValueSpecification ValueSpecificationAction.value
           
 

Methods in fUML.Syntax.Actions.IntermediateActions with parameters of type ValueSpecification
 void ValueSpecificationAction.setValue(ValueSpecification value)
           
 

Uses of ValueSpecification in fUML.Syntax.Activities.IntermediateActivities
 

Fields in fUML.Syntax.Activities.IntermediateActivities declared as ValueSpecification
 ValueSpecification ActivityEdge.guard
           
 

Methods in fUML.Syntax.Activities.IntermediateActivities with parameters of type ValueSpecification
 void ActivityEdge.setGuard(ValueSpecification guard)
           
 

Uses of ValueSpecification in fUML.Syntax.Classes.Kernel
 

Subclasses of ValueSpecification in fUML.Syntax.Classes.Kernel
 class InstanceValue
           
 class LiteralBoolean
           
 class LiteralInteger
           
 class LiteralNull
           
 class LiteralReal
           
 class LiteralSpecification
           
 class LiteralString
           
 class LiteralUnlimitedNatural
           
 

Fields in fUML.Syntax.Classes.Kernel declared as ValueSpecification
 ValueSpecification Property.defaultValue
           
 ValueSpecification MultiplicityElement.lowerValue
           
 ValueSpecification MultiplicityElement.upperValue
           
 

Methods in fUML.Syntax.Classes.Kernel that return ValueSpecification
 ValueSpecification ValueSpecificationList.getValue(int i)
           
 

Methods in fUML.Syntax.Classes.Kernel with parameters of type ValueSpecification
 void ValueSpecificationList.addValue(int i, ValueSpecification v)
           
 void ValueSpecificationList.addValue(ValueSpecification v)
           
 void Slot.addValue(ValueSpecification value)
           
 void StructuralFeature.setLowerValue(ValueSpecification lowerValue)
           
 void Parameter.setLowerValue(ValueSpecification lowerValue)
           
 void MultiplicityElement.setLowerValue(ValueSpecification lowerValue)
           
 void StructuralFeature.setUpperValue(ValueSpecification upperValue)
           
 void Parameter.setUpperValue(ValueSpecification upperValue)
           
 void MultiplicityElement.setUpperValue(ValueSpecification upperValue)
           
 void ValueSpecificationList.setValue(int i, ValueSpecification v)
           
 

Uses of ValueSpecification in fUML.Test
 

Methods in fUML.Test with parameters of type ValueSpecification
protected  void ActivityFactory.addEdge(Activity activity, ActivityEdge edge, ActivityNode source, ActivityNode target, ValueSpecification guard)
           
 

Uses of ValueSpecification in org.modeldriven.fuml.repository
 

Methods in org.modeldriven.fuml.repository that return ValueSpecification
 ValueSpecification Property.getDefaultValue()
           
 

Methods in org.modeldriven.fuml.repository with parameters of type ValueSpecification
 void Property.setDefaultValue(ValueSpecification defaultValue)
           
 

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

Methods in org.modeldriven.fuml.repository.model that return ValueSpecification
 ValueSpecification ModelFactory.createDefault(Property prop, java.lang.Object value, java.lang.String instance, java.lang.String id, java.lang.String xmiType, java.lang.String typeId)
           
 ValueSpecification Property.getDefaultValue()
           
 

Methods in org.modeldriven.fuml.repository.model with parameters of type ValueSpecification
 void Property.setDefaultValue(ValueSpecification defaultValue)
           
 



Copyright © 2015. All Rights Reserved.