public interface ModelComponents
| Modifier and Type | Method and Description |
|---|---|
Chain |
getChain(String chainId) |
MediatorComponent |
getModel(Node node) |
Dictionary |
getProperties(Node node)
Return all properties for a node
|
Object |
getProperty(Node node,
String key)
Return a specified property
|
Dictionary getProperties(Node node) throws CiliaIllegalStateException, CiliaIllegalParameterException
node - CiliaIllegalStateExceptionCiliaIllegalParameterExceptionObject getProperty(Node node, String key) throws CiliaIllegalStateException, CiliaIllegalParameterException
node - key - CiliaIllegalStateExceptionCiliaIllegalParameterExceptionMediatorComponent getModel(Node node) throws CiliaIllegalParameterException, CiliaIllegalStateException
node - CiliaIllegalParameterException - , wrong parameterCiliaIllegalStateException - , the node object doesn'tChain getChain(String chainId) throws CiliaIllegalParameterException
chainId - CiliaIllegalParameterExceptionCopyright © 2012-2013 Adele Team | LIG. All Rights Reserved.