case class ArgumentAlignment(from: LogicalReference, to: LogicalReference, invertible: Boolean, arguments: List[(Int, Int)]) extends FormalAlignment with Product with Serializable
- Source
- Alignments.scala
- Alphabetic
- By Inheritance
- ArgumentAlignment
- Serializable
- Serializable
- Product
- Equals
- FormalAlignment
- URIAlignment
- Alignment
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ArgumentAlignment(from: LogicalReference, to: LogicalReference, invertible: Boolean, arguments: List[(Int, Int)])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
->(that: Alignment): Alignment
the composition (diagram-order) of this with that (not necessarily inducing a translation)
the composition (diagram-order) of this with that (not necessarily inducing a translation)
- Definition Classes
- ArgumentAlignment → FormalAlignment → Alignment
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val arguments: List[(Int, Int)]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
from: LogicalReference
- Definition Classes
- ArgumentAlignment → FormalAlignment → URIAlignment → Alignment
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
invertible: Boolean
- Definition Classes
- ArgumentAlignment → FormalAlignment
-
var
isGenerated: Boolean
- Definition Classes
- Alignment
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
var
props: List[(String, String)]
- Definition Classes
- Alignment
-
def
reverse: URIAlignment with Product with Serializable
if this is invertible, the reverse must be a formal alignment as well
if this is invertible, the reverse must be a formal alignment as well
- Definition Classes
- ArgumentAlignment → FormalAlignment → Alignment
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
to: LogicalReference
- Definition Classes
- ArgumentAlignment → FormalAlignment → URIAlignment → Alignment
- def toJSON: (JSONString, JSONObject)
-
def
toString(): String
- Definition Classes
- ArgumentAlignment → AnyRef → Any
-
def
toTerm: Term
- Definition Classes
- FormalAlignment
-
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()