Package advene :: Package model :: Module fragment
[hide private]
[frames] | no frames]

Module fragment

source code

Classes [hide private]
  AbstractFragment
Common superclass for every fragment class.
  AbstractNbeFragment
Abstract Numerical Begin-End fragment class.
  ByteCountFragment
ByteCount fragment class.
  MillisecondFragment
Millisecond fragment class.
  __UnknownFragment
An unkonw fragment is returned each time the fragment element is not recognized.
  __FragmentFactory
A fragment class manager.
  _PseudoElement
This class is used to make models for unbounded fragments.
Variables [hide private]
  unknownFragment = __UnknownFragment()
  fragmentFactory = {('http://experience.univ-lyon1.fr/advene/ns...
Variables Details [hide private]

fragmentFactory

Value:
{('http://experience.univ-lyon1.fr/advene/ns', 'millisecond-fragment')\
: <class 'advene.model.fragment.MillisecondFragment'>, ('http://experi\
ence.univ-lyon1.fr/advene/ns', 'bytecount-fragment'): <class 'advene.m\
odel.fragment.ByteCountFragment'>}