Object/Class

org.cert.netsa.io.ipfix

InfoModel

Related Docs: class InfoModel | package ipfix

Permalink

object InfoModel extends StrictLogging with Serializable

An InfoModel factory.

Linear Supertypes
Serializable, Serializable, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InfoModel
  2. Serializable
  3. Serializable
  4. StrictLogging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait MakeReversibleElement extends AnyRef

    Permalink

    Classes or objects that extend this trait define a reverse() method that maps an InfoElement to its corresponding reverse information element.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(source: InfoModel): InfoModel

    Permalink

    Creates a new copy of an InfoModel

    Creates a new copy of an InfoModel

    source

    The InfoModel to create a copy of

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def empty(): InfoModel

    Permalink

    Creates a complete empty information model that inherits from nothing.

    Creates a complete empty information model that inherits from nothing. This is defined for use during testing.

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getCERTStandardInfoModel(): InfoModel

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getStandardInfoModel(includeReverse: Boolean = true, reparse: Boolean = false): InfoModel

    Permalink

    Returns a new IPFIX Information Model that inherits from the standard Information Model.

    Returns a new IPFIX Information Model that inherits from the standard Information Model.

    If includeReverse is true, the new model includes reverse elements.

    If there is no current info model, the model is loaded from disk.

    returns

    An InfoModel inheriting from the standard InfoModel

  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def inheritInfoModel(parent: InfoModel): InfoModel

    Permalink

    Creates a new information model that inherits from parent.

    Creates a new information model that inherits from parent.

    parent

    The model to inherit from.

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped