FreeHEP API
Version current

hep.aida.ref.tuple
Class JELTupleProvider

java.lang.Object
  extended bygnu.jel.DVMap
      extended byhep.aida.ref.tuple.JELTupleProvider
All Implemented Interfaces:
gnu.jel.DVResolver

public class JELTupleProvider
extends gnu.jel.DVMap

Serves as a Resolver and ValueProvider for JEL-based Evaluator and Filter

Author:
The AIDA team @ SLAC.
Source Code:
JELTupleProvider.java

Constructor Summary
JELTupleProvider(hep.aida.ITuple tuple)
           
 
Method Summary
 boolean getBooleanProperty(int i)
           
 byte getByteProperty(int i)
           
 char getCharProperty(int i)
           
 double getDoubleProperty(int i)
           
 float getFloatProperty(int i)
           
 int getIntProperty(int i)
           
 long getLongProperty(int i)
           
 short getShortProperty(int i)
           
 String getStringProperty(int i)
           
 hep.aida.ITuple getTuple()
           
 String getTypeName(String name)
           
 Object translate(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JELTupleProvider

public JELTupleProvider(hep.aida.ITuple tuple)
Method Detail

getTuple

public hep.aida.ITuple getTuple()

getTypeName

public String getTypeName(String name)

translate

public Object translate(String name)

getIntProperty

public int getIntProperty(int i)

getShortProperty

public short getShortProperty(int i)

getLongProperty

public long getLongProperty(int i)

getFloatProperty

public float getFloatProperty(int i)

getDoubleProperty

public double getDoubleProperty(int i)

getBooleanProperty

public boolean getBooleanProperty(int i)

getByteProperty

public byte getByteProperty(int i)

getCharProperty

public char getCharProperty(int i)

getStringProperty

public String getStringProperty(int i)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.