Interface ModalEdgeProperty
-
- All Known Subinterfaces:
MutableModalEdgeProperty,MutableProceduralModalEdgeProperty,ProceduralModalEdgeProperty
public interface ModalEdgeProperty
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classModalEdgeProperty.ModalType
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ModalEdgeProperty.ModalTypegetModalType()default booleanisMayOnly()default booleanisMust()
-
-
-
Method Detail
-
getModalType
ModalEdgeProperty.ModalType getModalType()
-
isMayOnly
default boolean isMayOnly()
-
isMust
default boolean isMust()
-
-