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
- CiliaIllegalStateException
CiliaIllegalParameterException
Object getProperty(Node node, String key) throws CiliaIllegalStateException, CiliaIllegalParameterException
node
- key
- CiliaIllegalStateException
CiliaIllegalParameterException
MediatorComponent getModel(Node node) throws CiliaIllegalParameterException, CiliaIllegalStateException
node
- CiliaIllegalParameterException
- , wrong parameterCiliaIllegalStateException
- , the node object doesn'tChain getChain(String chainId) throws CiliaIllegalParameterException
chainId
- CiliaIllegalParameterException
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.