case class Pair[L <: Identifiable[L], R <: Identifiable[R]](left: L, right: R) extends Identifiable[Pair[L, R]] with Product with Serializable
- Alphabetic
- By Inheritance
- Pair
- Serializable
- Serializable
- Product
- Equals
- Identifiable
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Pair(left: L, right: R)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Pair[L, R], B)
-
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
- @throws( ... )
- def ensuring(cond: (Pair[L, R]) ⇒ Boolean, msg: ⇒ Any): Pair[L, R]
- def ensuring(cond: (Pair[L, R]) ⇒ Boolean): Pair[L, R]
- def ensuring(cond: Boolean, msg: ⇒ Any): Pair[L, R]
- def ensuring(cond: Boolean): Pair[L, R]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getId(): String
Gets the Id from the identity.
- def getIds(): (Identity[L], Identity[R])
-
def
getProvenance(): Option[Provenance]
- returns
Get the Provenance information. If there is no provenance, we return nothing.
- Definition Classes
- Identifiable
-
def
getVersion(): Option[String]
Gets the Version from the identity
- val id: PairIdentity[L, R]
-
def
identity(): Identity[Pair[L, R]]
Gets the Identity/name of the object.
Gets the Identity/name of the object.
- returns
The Identity of the object/
- Definition Classes
- Identifiable
-
var
identityOpt: Option[Identity[Pair[L, R]]]
- Definition Classes
- Identifiable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val left: L
-
def
mkIdentity(): Identity[Pair[L, R]]
When creating an Identifiable, you will have to specify an Identity for that Identifiable.
When creating an Identifiable, you will have to specify an Identity for that Identifiable. This can be seen in the example within all of the data types, whose Identity is simply a BasicIdentity that consists of the word sum.
- returns
The Identity of the Identifiable.
- Definition Classes
- Pair → Identifiable
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
var
provenanceOpt: Option[Provenance]
- Definition Classes
- Identifiable
- val right: R
-
def
setProvenance(prov: Provenance): Unit
Creates a new Provenance information.
Creates a new Provenance information.
- prov
The provenance that we are adding to the Identifiable.
- Definition Classes
- Identifiable
-
def
setVersion(version: String): Unit
Creates a new Identity from the version and then sets that identity as it's identity.
Creates a new Identity from the version and then sets that identity as it's identity.
- version
The version that we are appending.
- Definition Classes
- Identifiable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )
- def →[B](y: B): (Pair[L, R], B)