org.modeldriven.fuml.library
Class LibraryFunctions

java.lang.Object
  extended by org.modeldriven.fuml.library.LibraryFunctions

public class LibraryFunctions
extends Object


Constructor Summary
LibraryFunctions()
           
 
Method Summary
static void addEmptyValueListToOutputList(ParameterValueList outputParameters)
          Adds an empty values list to the output ParameterValueList.
static void addValueToOutputList(Value value, ParameterValueList outputParameters)
          Add the output value to the output ParameterValueList
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryFunctions

public LibraryFunctions()
Method Detail

addValueToOutputList

public static void addValueToOutputList(Value value,
                                        ParameterValueList outputParameters)
Add the output value to the output ParameterValueList

Parameters:
parameterValue -
outputParamters -

addEmptyValueListToOutputList

public static void addEmptyValueListToOutputList(ParameterValueList outputParameters)
Adds an empty values list to the output ParameterValueList. This done when there is an error condition which should result in no values.

Parameters:
outputParameters -


Copyright © 2012. All Rights Reserved.