|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.emn.reactiveinput.descriptor.ODType
Contains all output slots with the same type (or supertype for mutable slots).
| Field Summary | |
protected int |
type
|
| Constructor Summary | |
ODType(int slotType)
|
|
ODType(Out out)
|
|
ODType(java.lang.String slotType)
|
|
| Method Summary | |
boolean |
contains(Out slot)
Returns true if slot's type is a subtype of the type given in constructor. |
java.lang.String |
getString()
Returns null if invalid type. |
int |
getType()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int type
| Constructor Detail |
public ODType(int slotType)
public ODType(Out out)
public ODType(java.lang.String slotType)
| Method Detail |
public boolean contains(Out slot)
contains in interface OutDescriptorpublic java.lang.String getString()
getString in interface OutDescriptorpublic int getType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||