Interface OperationInterface
- All Superinterfaces:
Comparable<OperationInterface>
- All Known Implementing Classes:
EntireInterface
,Operation
,RESTOperationUnion
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
compareTo
(OperationInterface other) getName()
default boolean
isPartOf
(OperationInterface other)
-
Method Details
-
getName
Name getName() -
simplified
Map<OperationInterface,Set<Operation>> simplified() -
getInterface
String getInterface() -
isPartOf
-
compareTo
- Specified by:
compareTo
in interfaceComparable<OperationInterface>
-