Class NodeFactoryImpl
- java.lang.Object
-
- tools.mdsd.somde.services.node.impl.NodeFactoryImpl
-
- All Implemented Interfaces:
NodeFactory
public class NodeFactoryImpl extends Object implements NodeFactory
-
-
Constructor Summary
Constructors Constructor Description NodeFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
public <NodeType> Node<NodeType> createContainerNode()
- Specified by:
createContainerNode
in interfaceNodeFactory
-
createNodeLiteral
public <NodeType> Node<NodeType> createNodeLiteral(NodeType nodeType)
- Specified by:
createNodeLiteral
in interfaceNodeFactory
-
createGuardedNode
public <KeyType,ObjectType,NodeType> Node<NodeType> createGuardedNode(Service.RegistrationType<ObjectType,KeyType> conditionType, Service.ArgumentSelector<ObjectType> argumentSelector, KeyType key, Node<NodeType> node)
- Specified by:
createGuardedNode
in interfaceNodeFactory
-
-