Packages

object InfoModel extends StrictLogging with Serializable

An InfoModel factory.

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

Type Members

  1. trait MakeReversibleElement extends AnyRef

    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
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(source: InfoModel): InfoModel

    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
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def empty(): InfoModel

    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
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def getCERTStandardInfoModel(): InfoModel
  12. def getCERTStandardInfoModelUpdated(): String

    The date the CERT standard Information Model XML file was last updated, from the text content of the file's "updated" element.

  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getStandardInfoModel(includeReverse: Boolean = true): InfoModel

    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

  15. def getStandardInfoModelUpdated(): String

    The date the IANA standard Information Model XML file was last updated, from the text content of the file's "updated" element.

  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def inheritInfoModel(parent: InfoModel): InfoModel

    Creates a new information model that inherits from parent.

    Creates a new information model that inherits from parent.

    parent

    The model to inherit from.

  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped