|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.gems.client.AutoburnLogic.AutoburnUnifyStatus
public static final class AutoburnLogic.AutoburnUnifyStatus
Enum pattern used to summarize how a gem can be connected to another gem, allowing for the possibility of autoburning.
| Field Summary | |
|---|---|
static AutoburnLogic.AutoburnUnifyStatus |
AMBIGUOUS
It's ambiguous which inputs to burn to unify and it is impossible to unify without burning. |
static AutoburnLogic.AutoburnUnifyStatus |
AMBIGUOUS_NOT_NECESSARY
It's ambiguous which inputs to burn to unify and you can also unify without burning. |
static AutoburnLogic.AutoburnUnifyStatus |
NOT_NECESSARY
Unifies without burning and there are is no way to unify with burning. |
static AutoburnLogic.AutoburnUnifyStatus |
NOT_POSSIBLE
Unification cannot be enabled by burning and is not possible without burning. |
static AutoburnLogic.AutoburnUnifyStatus |
UNAMBIGUOUS
It's unambiguous which inputs to burn to unify and it is impossible to unify without burning. |
static AutoburnLogic.AutoburnUnifyStatus |
UNAMBIGUOUS_NOT_NECESSARY
It's umambiguous which inputs to burn to unify and you can also unify without burning. |
| Method Summary | |
|---|---|
boolean |
isAutoConnectable()
Returns true if this unify status indicates that two gems are always connectable. |
boolean |
isConnectableWithBurning()
Returns true if this unify status indicates that two gems are connectable using burning. |
boolean |
isConnectableWithoutBurning()
Returns true if this unify status indicates that two gems are connectable without burning. |
boolean |
isUnambiguous()
Returns true if this unify status indicates that the possible autoburn combinations are unambiguous. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AutoburnLogic.AutoburnUnifyStatus NOT_NECESSARY
public static final AutoburnLogic.AutoburnUnifyStatus NOT_POSSIBLE
public static final AutoburnLogic.AutoburnUnifyStatus AMBIGUOUS
public static final AutoburnLogic.AutoburnUnifyStatus UNAMBIGUOUS
public static final AutoburnLogic.AutoburnUnifyStatus AMBIGUOUS_NOT_NECESSARY
public static final AutoburnLogic.AutoburnUnifyStatus UNAMBIGUOUS_NOT_NECESSARY
| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean isAutoConnectable()
public boolean isUnambiguous()
public boolean isConnectableWithoutBurning()
public boolean isConnectableWithBurning()
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||