| Package | Description |
|---|---|
| org.molgenis.omx.observ | |
| org.molgenis.omx.protocol | |
| org.molgenis.omx.utils |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
Protocol_Subprotocols.getProtocol()
Get the .
|
Protocol |
Protocol_RequiredFeatures.getProtocol()
Get the .
|
Protocol |
Protocol_Features.getProtocol()
Get the .
|
Protocol |
DataSet.getProtocolUsed()
Get the Reference to the protocol that is being used (if available).
|
Protocol |
Protocol_Subprotocols.getSubprotocols()
Get the .
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Protocol> |
ObservableFeature.getFeaturesProtocolCollection() |
java.util.Collection<Protocol> |
ObservableFeature.getRequiredFeaturesProtocolCollection() |
java.util.List<Protocol> |
Protocol.getSubprotocols()
Get the Subprotocols of this protocol.
|
java.util.Collection<Protocol> |
Protocol.getSubprotocolsProtocolCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol_Subprotocols.setProtocol(Protocol protocol)
Set the .
|
void |
Protocol_RequiredFeatures.setProtocol(Protocol protocol)
Set the .
|
void |
Protocol_Features.setProtocol(Protocol protocol)
Set the .
|
void |
DataSet.setProtocolUsed(Protocol protocolUsed)
Set the Reference to the protocol that is being used (if available).
|
void |
Protocol_Subprotocols.setSubprotocols(Protocol subprotocols)
Set the .
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservableFeature.setFeaturesProtocolCollection(java.util.Collection<Protocol> collection) |
void |
ObservableFeature.setRequiredFeaturesProtocolCollection(java.util.Collection<Protocol> collection) |
void |
Protocol.setSubprotocols(java.util.List<Protocol> subprotocols)
Set the Subprotocols of this protocol.
|
void |
Protocol.setSubprotocolsProtocolCollection(java.util.Collection<Protocol> collection) |
| Constructor and Description |
|---|
CategoryRepository(Protocol protocol,
java.lang.Integer id,
DataService dataService) |
ProtocolAttributeMetaData(Protocol protocol) |
ProtocolEntityMetaData(Protocol protocol) |
ProtocolTreeRepository(Protocol protocol,
DataService dataService,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Protocol> |
ProtocolUtils.getProtocolDescendants(Protocol protocol)
Returns the descendants of the given protocol including the given protocol
|
static java.util.List<Protocol> |
ProtocolUtils.getProtocolDescendants(Protocol protocol,
boolean includeProtocol)
Returns the descendants of the given protocol
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Protocol> |
ProtocolUtils.getProtocolDescendants(Protocol protocol)
Returns the descendants of the given protocol including the given protocol
|
static java.util.List<Protocol> |
ProtocolUtils.getProtocolDescendants(Protocol protocol,
boolean includeProtocol)
Returns the descendants of the given protocol
|
Copyright © 2014. All Rights Reserved.