Package tools.mdsd.somde.services.node
Interface NodeFactory
-
- All Known Implementing Classes:
NodeFactoryImpl
public interface NodeFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <NodeType> Node<NodeType>
createContainerNode()
<KeyType,ObjectType,NodeType>
Node<NodeType>createGuardedNode(Service.RegistrationType<ObjectType,KeyType> conditionType, Service.ArgumentSelector<ObjectType> argumentSelector, KeyType key, Node<NodeType> node)
<NodeType> Node<NodeType>
createNodeLiteral(NodeType nodeType)
-
-
-
Method Detail
-
createContainerNode
<NodeType> Node<NodeType> createContainerNode()
-
createNodeLiteral
<NodeType> Node<NodeType> createNodeLiteral(NodeType nodeType)
-
createGuardedNode
<KeyType,ObjectType,NodeType> Node<NodeType> createGuardedNode(Service.RegistrationType<ObjectType,KeyType> conditionType, Service.ArgumentSelector<ObjectType> argumentSelector, KeyType key, Node<NodeType> node)
-
-