package javadsl
- Alphabetic
- Public
- All
Type Members
-
sealed
class
JArrayKeyType[S, T] extends JSimpleKeyType[ArrayData[S], ArrayData[T]]
A java KeyType that holds array
-
sealed
class
JMatrixKeyType[S, T] extends JSimpleKeyType[MatrixData[S], MatrixData[T]]
A java KeyType that holds matrix
-
sealed
class
JSimpleKeyType[S, T] extends SimpleKeyType[S]
SimpleKeyType with a name for java Keys.
SimpleKeyType with a name for java Keys. Holds instances of primitives such as char, int, String etc.
-
class
JSubsystem extends AnyRef
Helper class for Java to get handle of TMT subsystem
-
class
JUnits extends AnyRef
Helper class for Java to get handle of TMT Units
Value Members
-
object
JKeyType
KeyTypes defined for consumption in Java code
- object JSimpleKeyType extends Serializable