|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.accessor.interestset.InterestSet
org.simantics.databoard.accessor.interestset.UnionInterestSet
public class UnionInterestSet
Interest set of Union Type.
UnionType
Field Summary | |
---|---|
InterestSet[] |
componentInterests
Component intersts, null if no specific interest |
static UnionInterestSet |
MONITOR_EVERYTHING
|
boolean |
notification
Interested in the notifications (excludes the value) |
boolean |
value
Interested in the value (includes notification) |
Constructor Summary | |
---|---|
UnionInterestSet(boolean notification,
boolean value,
InterestSet[] componentInterests)
|
Method Summary | |
---|---|
InterestSet |
getComponentInterest(int tag)
Get interest in the component value. |
boolean |
inNotifications()
Returns true, if interested in notification. |
boolean |
inNotificationsOf(int tag)
|
boolean |
inValues()
Returns true, if interested in the value |
boolean |
inValuesOf(int tag)
|
Methods inherited from class org.simantics.databoard.accessor.interestset.InterestSet |
---|
newInterestSet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final UnionInterestSet MONITOR_EVERYTHING
public boolean notification
public boolean value
public InterestSet[] componentInterests
Constructor Detail |
---|
public UnionInterestSet(boolean notification, boolean value, InterestSet[] componentInterests)
Method Detail |
---|
public boolean inNotifications()
inNotifications
in class InterestSet
public boolean inNotificationsOf(int tag)
public boolean inValues()
inValues
in class InterestSet
public boolean inValuesOf(int tag)
public InterestSet getComponentInterest(int tag)
null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |