class TemporalContext[G, M] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TemporalContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TemporalContext()
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
- final def addTimepoint(): MatrixContext[G, M]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def atTimepoint(t: Int): MatrixContext[G, M]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- final def contains(g: G, m: LTL[M], t: Integer): Boolean
- final def contains(g: G, m: M, t: Integer): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAllLTLAttributes(): Set[LTL[M]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLTLAttributes(types: <repeated...>[Type]): Set[LTL[M]]
- final def getLength(): Int
- final def hasTimepoint(t: Int): Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def lastTimepoint(): Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def normalize(): Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- final def temporalScaling(): MatrixContext[Pair[G, Integer], LTL[M]]
- final def temporalScaling(ltlAttributes: Set[LTL[M]]): MatrixContext[Pair[G, Integer], LTL[M]]
-
final
def
temporalScaling(timepoints: Set[Integer], ltlAttributes: Set[LTL[M]]): MatrixContext[Pair[G, Integer], LTL[M]]
- returns
a formal context The method may throw an Exception, if the temporal context is not normalized. Thus the normalize() method should be called before.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... ) @native()