case class SeqAAMOutput(halted: Set[State], numberOfStates: Int, time: Double, graphOption: Option[Graph[State]], timedOut: Boolean, stats: SeqAAM.AbstractMachineStats) extends Output with Product with Serializable
The output of the abstract machine.
- Attributes
- protected
- Alphabetic
- By Inheritance
- SeqAAMOutput
- Serializable
- Serializable
- Product
- Equals
- Output
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SeqAAMOutput(halted: Set[State], numberOfStates: Int, time: Double, graphOption: Option[Graph[State]], timedOut: Boolean, stats: SeqAAM.AbstractMachineStats)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SeqAAMOutput to any2stringadd[SeqAAMOutput] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (SeqAAMOutput, B)
- Implicit
- This member is added by an implicit conversion from SeqAAMOutput to ArrowAssoc[SeqAAMOutput] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
compareToReference(optionReference: Option[SeqAAM.Output]): (Option[SeqAAM.Output], String)
If optionReference is Some() then compare this output with it value and return (optionReference, separated semi-colon list of possible errors), else return (this output, "")
If optionReference is Some() then compare this output with it value and return (optionReference, separated semi-colon list of possible errors), else return (this output, "")
- Definition Classes
- Output
-
def
ensuring(cond: (SeqAAMOutput) ⇒ Boolean, msg: ⇒ Any): SeqAAMOutput
- Implicit
- This member is added by an implicit conversion from SeqAAMOutput to Ensuring[SeqAAMOutput] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (SeqAAMOutput) ⇒ Boolean): SeqAAMOutput
- Implicit
- This member is added by an implicit conversion from SeqAAMOutput to Ensuring[SeqAAMOutput] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SeqAAMOutput
- Implicit
- This member is added by an implicit conversion from SeqAAMOutput to Ensuring[SeqAAMOutput] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): SeqAAMOutput
- Implicit
- This member is added by an implicit conversion from SeqAAMOutput to Ensuring[SeqAAMOutput] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
errorValues: List[SemanticError]
Return error values (ordered by string representation)
Return error values (ordered by string representation)
- Definition Classes
- SeqAAMOutput → Output
-
def
finalValues: List[Abs]
Return final values in "forced" total order (to have a deterministic return "corresponding" to the real partial order)
Return final values in "forced" total order (to have a deterministic return "corresponding" to the real partial order)
- Definition Classes
- SeqAAMOutput → Output
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from SeqAAMOutput to StringFormat[SeqAAMOutput] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
graphInfo: Option[GraphInfo]
Returns information about the final graph (if it computed).
Returns information about the final graph (if it computed).
- Definition Classes
- SeqAAMOutput → Output
- val graphOption: Option[Graph[State]]
- val halted: Set[State]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
machineStats: SeqAAM.AbstractMachineStats
Returns the stats keep on the evaluation (if it computed).
Returns the stats keep on the evaluation (if it computed).
- Definition Classes
- SeqAAMOutput → Output
-
def
nbErrorState: Int
Return number of error states
Return number of error states
- Definition Classes
- SeqAAMOutput → Output
-
def
nbFinalState: Int
Return number of final states
Return number of final states
- Definition Classes
- SeqAAMOutput → Output
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
numberOfStates: Int
Returns the number of states visited to evaluate the program.
Returns the number of states visited to evaluate the program.
- Definition Classes
- SeqAAMOutput → Output
- val stats: SeqAAM.AbstractMachineStats
-
def
statsToTsv(escaped: Boolean): String
Returns a TSV representation of the stats, used to print results
Returns a TSV representation of the stats, used to print results
- Definition Classes
- Output
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
time: Double
Returns the time it took to evaluate the program.
Returns the time it took to evaluate the program.
- Definition Classes
- SeqAAMOutput → Output
-
val
timedOut: Boolean
Does this output comes from a computation that timed out?
Does this output comes from a computation that timed out?
- Definition Classes
- SeqAAMOutput → Output
-
def
toFile(path: String)(config: Option[MachineConfig], output: GraphOutput): Unit
Outputs the graph computed by the machine in a file, according to the given output format.
Outputs the graph computed by the machine in a file, according to the given output format.
- Definition Classes
- SeqAAMOutput → Output
-
def
toTsv(includeValues: Boolean, afterValues: List[String]): String
Returns a TSV representation, used to print results
Returns a TSV representation, used to print results
- Definition Classes
- Output
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (SeqAAMOutput, B)
- Implicit
- This member is added by an implicit conversion from SeqAAMOutput to ArrowAssoc[SeqAAMOutput] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc