case class CiteTriple(urn1: Urn, relation: Cite2Urn, urn2: Urn) extends Product with Serializable
- Annotations
- @JSExportAll()
- Alphabetic
- By Inheritance
- CiteTriple
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CiteTriple(urn1: Urn, relation: Cite2Urn, urn2: Urn)
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
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cex(delimiter: String = "#"): String
-
def
citeUrn1Match(urn: Cite2Urn): Boolean
True if "subject" matches a given CITE2 URN.
True if "subject" matches a given CITE2 URN.
- urn
A Cite2Urn to compare to the subject of this relation.
-
def
citeUrn2Match(urn: Cite2Urn): Boolean
True if "object" matches a given CITE2 URN.
True if "object" matches a given CITE2 URN.
- urn
A Cite2Urn to compare to the subject of this relation.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
ctsUrn1Match(urn: CtsUrn): Boolean
True if "subject" matches a given CTS URN.
True if "subject" matches a given CTS URN.
- urn
A CtsUrn to compare to the subject of this relation.
-
def
ctsUrn2Match(urn: CtsUrn): Boolean
True if "object" matches a given CTS URN.
True if "object" matches a given CTS URN.
- urn
A CtsUrn to compare to the subject of this relation.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 relation: Cite2Urn
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val urn1: Urn
-
def
urn1Match(urn: Urn): Boolean
True if "subject" matches a given URN (CTS or CITE2 URN).
True if "subject" matches a given URN (CTS or CITE2 URN).
- urn
URN to match.
- val urn2: Urn
-
def
urn2Match(urn: Urn): Boolean
True if "object" matches a given URN (CTS or CITE2 URN).
True if "object" matches a given URN (CTS or CITE2 URN).
- urn
URN to match.
-
def
verb(verb: Cite2Urn): Boolean
True if "verb" URN matches a a given URN.
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
~~(urn: Urn): Boolean
True if either "subject" or "object" URN match a a given URN.
True if either "subject" or "object" URN match a a given URN.
- urn
URN to match.
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.