TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.statistical
Class SnapshotObservationBase

java.lang.Object
  extended byorg.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
      extended byorg.eclipse.hyades.loaders.statistical.SnapshotObservationBase
All Implemented Interfaces:
XMLFragmentLoader
Direct Known Subclasses:
XMLContiguousObservationLoader, XMLDiscreteObservationLoader, XMLTextObservationLoader

public abstract class SnapshotObservationBase
extends IgnoredXMLFragmentLoader


Field Summary
protected  java.lang.String fMemberDescriptor
           
protected  java.lang.Double fTime
           
protected static java.lang.String memberDescriptor
           
protected  SDMemberDescriptor mMemberDescriptor
           
protected static java.lang.String time
           
 
Fields inherited from class org.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
context
 
Constructor Summary
SnapshotObservationBase()
           
 
Method Summary
 void addAttribute(java.lang.String name, java.lang.String value)
           
 void addYourselfInContext()
          This is called on end of root element of each fragment
 void initialize(HierarchyContext context, java.lang.String elementName)
          This is called on start of root element of each fragment
protected  void updateAttributes(SDSnapshotObservation observation)
           
 
Methods inherited from class org.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
addCharacters, cleanUp, endChild, startChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

protected static final java.lang.String time
See Also:
Constant Field Values

memberDescriptor

protected static final java.lang.String memberDescriptor
See Also:
Constant Field Values

fTime

protected java.lang.Double fTime

fMemberDescriptor

protected java.lang.String fMemberDescriptor

mMemberDescriptor

protected SDMemberDescriptor mMemberDescriptor
Constructor Detail

SnapshotObservationBase

public SnapshotObservationBase()
Method Detail

addAttribute

public void addAttribute(java.lang.String name,
                         java.lang.String value)
Specified by:
addAttribute in interface XMLFragmentLoader
Overrides:
addAttribute in class IgnoredXMLFragmentLoader

updateAttributes

protected void updateAttributes(SDSnapshotObservation observation)

addYourselfInContext

public void addYourselfInContext()
Description copied from interface: XMLFragmentLoader
This is called on end of root element of each fragment

Specified by:
addYourselfInContext in interface XMLFragmentLoader
Overrides:
addYourselfInContext in class IgnoredXMLFragmentLoader

initialize

public void initialize(HierarchyContext context,
                       java.lang.String elementName)
Description copied from interface: XMLFragmentLoader
This is called on start of root element of each fragment

Specified by:
initialize in interface XMLFragmentLoader
Overrides:
initialize in class IgnoredXMLFragmentLoader

TPTP 4.4.0 Platform Project
Public API Specification