SigPath

org.sigpath.datamodel.kinetic
Class BindingParameterImpl

java.lang.Object
  extended by org.sigpath.datamodel.kinetic.SymbolBinding
      extended by org.sigpath.datamodel.kinetic.BindingDefinition
          extended by org.sigpath.datamodel.kinetic.BindingParameterImpl

public class BindingParameterImpl
extends BindingDefinition


Field Summary
 
Fields inherited from class org.sigpath.datamodel.kinetic.SymbolBinding
description, name
 
Constructor Summary
BindingParameterImpl()
           
BindingParameterImpl(String name, Parameter parameter)
           
 
Method Summary
 Parameter getParameter()
           
 Object getValue()
          Returns the object associated with the symbol name.
 void setParameter(Parameter parameter)
           
 
Methods inherited from class org.sigpath.datamodel.kinetic.SymbolBinding
equals, getDescription, getName, hashCode, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingParameterImpl

public BindingParameterImpl()

BindingParameterImpl

public BindingParameterImpl(String name,
                            Parameter parameter)
Method Detail

getParameter

public Parameter getParameter()

setParameter

public void setParameter(Parameter parameter)

getValue

public Object getValue()
Description copied from class: BindingDefinition
Returns the object associated with the symbol name. Sub-classes of BindingDefinition define the type of this object.

Specified by:
getValue in class BindingDefinition
Returns:

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.