Uses of Interface
gr.uoa.di.madgik.commons.configuration.parameter.IParameter

Packages that use IParameter
gr.uoa.di.madgik.commons.configuration.parameter   
gr.uoa.di.madgik.commons.configuration.parameter.elements.graph   
gr.uoa.di.madgik.commons.configuration.utils   
 

Uses of IParameter in gr.uoa.di.madgik.commons.configuration.parameter
 

Classes in gr.uoa.di.madgik.commons.configuration.parameter that implement IParameter
 class BooleanClassParameter
          Parameter of type IParameter.ParameterType.BooleanClass.
 class BooleanPrimitiveParameter
          Prameter of type IParameter.ParameterType.BooleanPrimitive.
 class ByteClassParameter
          Prameter of type IParameter.ParameterType.ByteClass.
 class BytePrimitiveParameter
          Prameter of type IParameter.ParameterType.BytePrimitive.
 class DoubleClassParameter
          Prameter of type IParameter.ParameterType.DoubleClass.
 class DoublePrimitiveParameter
          Parameter of type IParameter.ParameterType.DoublePrimitive.
 class FloatClassParameter
          Parameter of type IParameter.ParameterType.FloatClass.
 class FloatPrimitiveParameter
          Parameter of type IParameter.ParameterType.FloatPrimitive.
 class IntegerClassParameter
          Parameter of type IParameter.ParameterType.IntegerClass.
 class IntegerPrimitiveParameter
          Parameter of type IParameter.ParameterType.IntegerPrimitive.
 class LongClassParameter
          Parameter of type IParameter.ParameterType.LongClass.
 class LongPrimitiveParameter
          Parameter of type IParameter.ParameterType.LongPrimitive.
 class ObjectParameter
          Parameter of type IParameter.ParameterType.Object.
 class ShortClassParameter
          Parameter of type IParameter.ParameterType.ShortClass.
 class ShortPrimitiveParameter
          Parameter of type IParameter.ParameterType.ShortPrimitive.
 class StringParameter
          Parameter of type IParameter.ParameterType.String.
 class XMLParameter
          Parameter of type IParameter.ParameterType.XML.
 

Methods in gr.uoa.di.madgik.commons.configuration.parameter that return IParameter
static IParameter ParameterFactory.GetParameter(Element element)
          Idetirfies the IParameter type that the XML subtree defines, instnatiates it and populates it
static IParameter ParameterFactory.GetParameter(String xml)
          Idetirfies the IParameter type that the XML subtree defines, instnatiates it and populates it
 

Uses of IParameter in gr.uoa.di.madgik.commons.configuration.parameter.elements.graph
 

Constructor parameters in gr.uoa.di.madgik.commons.configuration.parameter.elements.graph with type arguments of type IParameter
DependencyGraph(Map<String,IParameter> Params)
          Creates a new instance
 

Uses of IParameter in gr.uoa.di.madgik.commons.configuration.utils
 

Constructor parameters in gr.uoa.di.madgik.commons.configuration.utils with type arguments of type IParameter
ClassWrapper(Map<String,IParameter> Params)
          Creates a new instance
 



Copyright © 2013. All Rights Reserved.