org.omnaest.utils.structure.hierarchy
Class TokenMonoHierarchy.TokenElementPath<E>

java.lang.Object
  extended by org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementPath<E>
Type Parameters:
E -
Enclosing class:
TokenMonoHierarchy<E,V>

public static class TokenMonoHierarchy.TokenElementPath<E>
extends Object

A TokenMonoHierarchy.TokenElementPath represents a path of token elements

Author:
Omnaest

Constructor Summary
TokenMonoHierarchy.TokenElementPath(E... tokenPathElements)
           
TokenMonoHierarchy.TokenElementPath(List<E> tokenPathElementList)
           
 
Method Summary
protected  List<E> getTokenElementList()
           
protected  boolean isValid()
          Returns true if there are given token elements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenMonoHierarchy.TokenElementPath

public TokenMonoHierarchy.TokenElementPath(List<E> tokenPathElementList)
Parameters:
tokenPathElementList -
See Also:
TokenMonoHierarchy.TokenElementPath

TokenMonoHierarchy.TokenElementPath

public TokenMonoHierarchy.TokenElementPath(E... tokenPathElements)
Parameters:
tokenPathElements -
See Also:
TokenMonoHierarchy.TokenElementPath
Method Detail

isValid

protected boolean isValid()
Returns true if there are given token elements

Returns:

getTokenElementList

protected List<E> getTokenElementList()


Copyright © 2013. All Rights Reserved.