Package org.aksw.facete.v3.api.traversal
Interface TraversalMultiNode<N>
- All Known Subinterfaces:
BgpMultiNode,FacetMultiNode,PathResolverMultiNode<T>,ResolverMultiNode
public interface TraversalMultiNode<N>
Interface for MultiNodes
-
Method Summary
Modifier and TypeMethodDescriptionlist()List all previously allocated traversals with their aliases TODO Should the map be a live view? TODO The result would need to include the componentsdefault None()getOrCreate the one single alias for this multi node.get or create semantics for each alias
-
Method Details
-
one
getOrCreate the one single alias for this multi node. Raises an exception if there are already multiple aliases -
viaAlias
get or create semantics for each alias -
list
List all previously allocated traversals with their aliases TODO Should the map be a live view? TODO The result would need to include the components- Returns:
-