Flag
io.github.memo33.metarules.meta.Flag
object Flag
Network flags subject to the following conventions:
- flags ending in 1 or 3 are swapped when flipped (useful for curves),
- flags for symmetrical networks are non-negative,
- flags for asymmetrical networks can be negative; they represent a direction of travel (from negative to positive) and they change sign when flipped or reversed.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Flag.type
Members list
Type members
Classlikes
object Bi extends BiManifest
Attributes
- Supertypes
- Self type
-
Bi.type
sealed trait BiManifest extends FlagManifest
Attributes
- Supertypes
- Known subtypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait BiManifestobject Biobject LeftSpinBiobject RightSpinBitrait InOutManifestobject InOutobject LeftSpinInOutobject RightSpinInOutShow all
object InOut extends InOutManifest
Attributes
- Supertypes
- Self type
-
InOut.type
sealed trait InOutManifest extends FlagManifest
Attributes
- Supertypes
- Known subtypes
enum Kind
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object LeftSpinBi extends BiManifest
Attributes
- Supertypes
- Self type
-
LeftSpinBi.type
object LeftSpinInOut extends InOutManifest
Attributes
- Supertypes
- Self type
-
LeftSpinInOut.type
object RightSpinBi extends BiManifest
Attributes
- Supertypes
- Self type
-
RightSpinBi.type
object RightSpinInOut extends InOutManifest
Attributes
- Supertypes
- Self type
-
RightSpinInOut.type
In this article