hep.aida.ref.tuple
Class JELTupleProvider
- java.lang.Object
-
- gnu.jel.DVMap
-
- hep.aida.ref.tuple.JELTupleProvider
-
public class JELTupleProvider extends gnu.jel.DVMapServes as a Resolver and ValueProvider for JEL-based Evaluator and Filter
-
-
Constructor Summary
Constructors Constructor and Description JELTupleProvider(ITuple tuple)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleangetBooleanProperty(int i)bytegetByteProperty(int i)chargetCharProperty(int i)doublegetDoubleProperty(int i)floatgetFloatProperty(int i)intgetIntProperty(int i)longgetLongProperty(int i)shortgetShortProperty(int i)java.lang.StringgetStringProperty(int i)ITuplegetTuple()java.lang.StringgetTypeName(java.lang.String name)java.lang.Objecttranslate(java.lang.String name)
-
-
-
Constructor Detail
-
JELTupleProvider
public JELTupleProvider(ITuple tuple)
-
-
Method Detail
-
getTuple
public ITuple getTuple()
-
getTypeName
public java.lang.String getTypeName(java.lang.String name)
- Specified by:
getTypeNamein classgnu.jel.DVMap
-
translate
public java.lang.Object translate(java.lang.String name)
- Overrides:
translatein classgnu.jel.DVMap
-
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 java.lang.String getStringProperty(int i)
-
-
DMelt 3.0 © DataMelt by jWork.ORG