translators
DSLToHipHOPSTranslator
Related Doc:
package translators
object
DSLToHipHOPSTranslator
Created by kdelmas on 10/02/17.
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
DSLToHipHOPSTranslator
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
Connector
(
origin:
Option
[
HipHopsComp
]
,
originPort:
String
,
dest:
Option
[
HipHopsComp
]
,
destPort:
String
)
extends
HipHOPSElement
with
Product
with
Serializable
case class
ExpressionComp
(
interface:
Interface
,
name:
String
,
defs:
Map
[(
BasicFlowIdent
,
TypeValueFlowIdent
),
String
]
,
isOutComp:
Boolean
)
extends
HipHopsLeafComp
with
Product
with
Serializable
trait
HipHOPSElement
extends
AnyRef
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
trait
HipHopsComp
extends
HipHOPSElement
trait
HipHopsLeafComp
extends
HipHopsComp
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
case class
HipHopsSystemComp
(
interface:
Interface
,
name:
String
,
comps:
List
[
HipHopsLeafComp
]
,
connectors:
List
[
Connector
]
,
outMap:
Map
[
BasicFlowIdent
,
String
]
)
extends
HipHopsComp
with
Product
with
Serializable
case class
Interface
(
in:
List
[(
BasicFlowIdent
,
String
)]
,
out:
List
[(
BasicFlowIdent
,
String
)]
)
extends
HipHOPSElement
with
Product
with
Serializable
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
False
:
String
object
HipHopsComp
val
True
:
String
def
altFromString
(
inst:
String
,
alt:
String
,
conf:
ConfigurationDeclaration
)
:
Option
[(
CompInstanceIdent
,
CompAlternative
)]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
failure
:
String
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
findLocalExpr
(
c:
ComponentDeclaration
,
l:
BasicFlowIdent
)
:
Option
[
FlowExpr
]
def
flowIn
(
b:
BoolExpr
)
:
Set
[
BasicFlowIdent
]
def
flowIn
(
f:
FlowExpr
)
:
Set
[
BasicFlowIdent
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
hipHopUnderscore
:
String
val
hipHopsDot
:
String
val
hipHopsEqual
:
String
val
hipHopsHyphen
:
String
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mkAnd
(
b1:
String
,
b2:
String
)
:
String
def
mkNot
(
b:
String
)
:
String
def
mkOr
(
b1:
String
,
b2:
String
)
:
String
def
nameOfAlt
(
alt:
CompAlternative
)
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
rename
(
b:
BoolExpr
,
renameMap:
Map
[
BasicFlowIdent
,
BasicFlowIdent
]
)
:
BoolExpr
def
rename
(
f:
FlowExpr
,
renameMap:
Map
[
BasicFlowIdent
,
BasicFlowIdent
]
)
:
FlowExpr
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
translateAlternativeComp
(
alt:
CompAlternative
,
conf:
ConfigurationDeclaration
,
isOutComp:
Boolean
)
:
HipHopsAlternativeComp
def
translateBoolExpr
(
b:
BoolExpr
,
c:
ComponentDeclaration
,
isFC:
Option
[
Map
[
BasicFlowIdent
,
String
]]
,
isDef:
Option
[
BasicFlowIdent
]
)
:
String
def
translateConfiguration
(
p:
ConfigurationDeclaration
,
to:
File
,
reliabilityReq:
Option
[
String
] =
None
)
:
Unit
def
translateExpr
(
c:
ComponentDeclaration
,
f:
FlowExpr
,
isOutput:
Boolean
)
:
ExpressionComp
def
translateFlowExpr
(
f:
FlowExpr
,
c:
ComponentDeclaration
,
isFC:
Option
[
Map
[
BasicFlowIdent
,
String
]]
,
isDef:
Option
[
BasicFlowIdent
]
)
:
Map
[
TypeValueFlowIdent
,
String
]
def
translatePrimaryComp
(
c:
ComponentDeclaration
,
inst:
CompInstanceIdent
,
conf:
ConfigurationDeclaration
,
isOutComp:
Boolean
)
:
HipHopsPrimaryComp
def
translateRootComp
(
c:
ComponentDeclaration
,
conf:
ConfigurationDeclaration
)
:
HipHopsSystemComp
def
translateSingleFlowDefinition
(
f:
SingleFlowDefinition
,
c:
ComponentDeclaration
)
:
Map
[(
BasicFlowIdent
,
TypeValueFlowIdent
),
String
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Created by kdelmas on 10/02/17.