Object

translators

DSLToHipHOPSTranslator

Related Doc: package translators

Permalink

object DSLToHipHOPSTranslator

Created by kdelmas on 10/02/17.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DSLToHipHOPSTranslator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Connector(origin: Option[HipHopsComp], originPort: String, dest: Option[HipHopsComp], destPort: String) extends HipHOPSElement with Product with Serializable

    Permalink
  2. case class ExpressionComp(interface: Interface, name: String, defs: Map[(BasicFlowIdent, TypeValueFlowIdent), String], isOutComp: Boolean) extends HipHopsLeafComp with Product with Serializable

    Permalink
  3. trait HipHOPSElement extends AnyRef

    Permalink
  4. case class HipHopsAlternativeComp(name: String, defs: Map[(BasicFlowIdent, TypeValueFlowIdent), String], evts: Map[BoolIdent, String], failureRate: Map[BoolIdent, BigDecimal], isOutComp: Boolean) extends HipHOPSElement with Product with Serializable

    Permalink
  5. trait HipHopsComp extends HipHOPSElement

    Permalink
  6. trait HipHopsLeafComp extends HipHopsComp

    Permalink
  7. case class HipHopsPrimaryComp(interface: Interface, name: String, defs: Map[(BasicFlowIdent, TypeValueFlowIdent), String], evts: Map[BoolIdent, String], failureRate: Map[BoolIdent, BigDecimal], isOutComp: Boolean, alternatives: List[HipHopsAlternativeComp], init: HipHopsAlternativeComp) extends HipHopsLeafComp with Product with Serializable

    Permalink
  8. case class HipHopsSystemComp(interface: Interface, name: String, comps: List[HipHopsLeafComp], connectors: List[Connector], outMap: Map[BasicFlowIdent, String]) extends HipHopsComp with Product with Serializable

    Permalink
  9. case class Interface(in: List[(BasicFlowIdent, String)], out: List[(BasicFlowIdent, String)]) extends HipHOPSElement with Product with Serializable

    Permalink

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. val False: String

    Permalink
  5. object HipHopsComp

    Permalink
  6. val True: String

    Permalink
  7. def altFromString(inst: String, alt: String, conf: ConfigurationDeclaration): Option[(CompInstanceIdent, CompAlternative)]

    Permalink
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. val failure: String

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findLocalExpr(c: ComponentDeclaration, l: BasicFlowIdent): Option[FlowExpr]

    Permalink
  15. def flowIn(b: BoolExpr): Set[BasicFlowIdent]

    Permalink
  16. def flowIn(f: FlowExpr): Set[BasicFlowIdent]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. val hipHopUnderscore: String

    Permalink
  20. val hipHopsDot: String

    Permalink
  21. val hipHopsEqual: String

    Permalink
  22. val hipHopsHyphen: String

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def mkAnd(b1: String, b2: String): String

    Permalink
  25. def mkNot(b: String): String

    Permalink
  26. def mkOr(b1: String, b2: String): String

    Permalink
  27. def nameOfAlt(alt: CompAlternative): String

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def rename(b: BoolExpr, renameMap: Map[BasicFlowIdent, BasicFlowIdent]): BoolExpr

    Permalink
  32. def rename(f: FlowExpr, renameMap: Map[BasicFlowIdent, BasicFlowIdent]): FlowExpr

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def translateAlternativeComp(alt: CompAlternative, conf: ConfigurationDeclaration, isOutComp: Boolean): HipHopsAlternativeComp

    Permalink
  36. def translateBoolExpr(b: BoolExpr, c: ComponentDeclaration, isFC: Option[Map[BasicFlowIdent, String]], isDef: Option[BasicFlowIdent]): String

    Permalink
  37. def translateConfiguration(p: ConfigurationDeclaration, to: File, reliabilityReq: Option[String] = None): Unit

    Permalink
  38. def translateExpr(c: ComponentDeclaration, f: FlowExpr, isOutput: Boolean): ExpressionComp

    Permalink
  39. def translateFlowExpr(f: FlowExpr, c: ComponentDeclaration, isFC: Option[Map[BasicFlowIdent, String]], isDef: Option[BasicFlowIdent]): Map[TypeValueFlowIdent, String]

    Permalink
  40. def translatePrimaryComp(c: ComponentDeclaration, inst: CompInstanceIdent, conf: ConfigurationDeclaration, isOutComp: Boolean): HipHopsPrimaryComp

    Permalink
  41. def translateRootComp(c: ComponentDeclaration, conf: ConfigurationDeclaration): HipHopsSystemComp

    Permalink
  42. def translateSingleFlowDefinition(f: SingleFlowDefinition, c: ComponentDeclaration): Map[(BasicFlowIdent, TypeValueFlowIdent), String]

    Permalink
  43. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped