public interface ConnectivityMatrix
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConnectivityMatrix.LeafIdentifier
Identify the leaf of ConnectivityMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
From |
from()
Returns the attribute from.
|
void |
from(From from)
Sets the attribute from.
|
long |
id()
Returns the attribute id.
|
void |
id(long id)
Sets the attribute id.
|
boolean |
isAllowed()
Returns the attribute isAllowed.
|
void |
isAllowed(boolean isAllowed)
Sets the attribute isAllowed.
|
boolean |
isLeafValueSet(ConnectivityMatrix.LeafIdentifier leaf)
Checks if the leaf value is set.
|
To |
to()
Returns the attribute to.
|
void |
to(To to)
Sets the attribute to.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
long id()
boolean isAllowed()
BitSet valueLeafFlags()
From from()
To to()
void id(long id)
id - value of idvoid isAllowed(boolean isAllowed)
isAllowed - value of isAllowedvoid from(From from)
from - value of fromvoid to(To to)
to - value of toboolean isLeafValueSet(ConnectivityMatrix.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.