public final class CHTask
extends java.lang.Object
Constructor and Description |
---|
CHTask(org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtPortSlot slot,
org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtSpecification spec)
Instantiates a new CH task.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtSpecification |
getCHRtSpecification()
Gets the CH rt specification.
|
java.lang.String |
getName()
Gets the name.
|
org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtPortSlot |
getSlot()
Gets the slot.
|
java.lang.String |
getType()
Gets the type.
|
int |
hashCode() |
java.lang.String |
toString() |
public CHTask(org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtPortSlot slot, org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtSpecification spec)
slot
- the slotspec
- the specpublic org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtPortSlot getSlot()
public org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtSpecification getCHRtSpecification()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public java.lang.String getType()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object