- isCyclicOperation(List<Slot>, Operation, String) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
Checks if the given operation is cyclic
- isDataTypeWithRequired(Interface) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
Checks if is data type with required.
- isFunction(Operation) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
checks if the operation generates a function in Ada.
- isMonitored(List<Object>, Operation, String) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
- isMonitored(Slot) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
- isProvidedPort(Port, String) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
Checks if a specific port is a ClientServerPort which can provide interfaces.
- isRemoteCommNecessary(List<Slot>, InstanceSpecification, List<Comment>, String) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
Checks if the remote communication is necessary.
- isRemoteMsgClientNecessary(List<Slot>, InstanceSpecification, List<InstanceSpecification>, List<Comment>, String) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
Checks if remote msg client is necessary.
- isRemoteMsgServerNecessary(List<Slot>, InstanceSpecification, List<InstanceSpecification>, List<Comment>, String) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
Checks if remote msg server is necessary.
- isRequiredPort(Port, String) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
Checks if a specific port is a ClientServerPort which can require interfaces.
- isSameOperation(Operation, Operation) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
Checks if two operation are equal to each other according to the following criteria:
name, visibility, size of parameter list
type of parameters, name of parameters
isAbstract is purposely not considered
- isSingleNodeSystem(List<InstanceSpecification>, String) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
Checks if the system is single node.
- isTransmissionWithSequenceID(Slot, Slot, List<Connector>, String) - Method in class org.polarsys.chess.codegen.ada.service.UML2Service
-
Checks if the connector has transmission with sequence id.