final case class UndirectedVarLengthRelationship(edgeType: CTRelationship, endpoints: DifferentEndpoints, lower: Int, upper: Option[Int]) extends VarLengthRelationship with UndirectedConnection with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UndirectedVarLengthRelationship
- Serializable
- Serializable
- Product
- Equals
- UndirectedConnection
- VarLengthRelationship
- Connection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UndirectedVarLengthRelationship(edgeType: CTRelationship, endpoints: DifferentEndpoints, lower: Int, upper: Option[Int])
Type Members
-
type
E = DifferentEndpoints
- Definition Classes
- UndirectedConnection → Connection
-
type
O = Undirected.type
- Definition Classes
- UndirectedConnection → Connection
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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
edgeType: CTRelationship
- Definition Classes
- UndirectedVarLengthRelationship → VarLengthRelationship
-
val
endpoints: DifferentEndpoints
- Definition Classes
- UndirectedVarLengthRelationship → Connection
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- Connection → AnyRef → Any
-
def
equalsIfNotEq(obj: Any): Boolean
- Attributes
- protected
- Definition Classes
- UndirectedVarLengthRelationship → Connection
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- Connection → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
lower: Int
- Definition Classes
- UndirectedVarLengthRelationship → VarLengthRelationship
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
orientation: Undirected.type
- Definition Classes
- UndirectedConnection → Connection
-
final
def
seed: Int
- Attributes
- protected
- Definition Classes
- VarLengthRelationship → Connection
-
final
def
source: IRField
- Definition Classes
- UndirectedConnection → Connection
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
target: IRField
- Definition Classes
- UndirectedConnection → Connection
-
val
upper: Option[Int]
- Definition Classes
- UndirectedVarLengthRelationship → VarLengthRelationship
-
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
- @native() @throws( ... )