net.sourceforge.plantuml.hector
Class SkeletonConfigurationSet

java.lang.Object
  extended by net.sourceforge.plantuml.hector.SkeletonConfigurationSet
All Implemented Interfaces:
Iterable<SkeletonConfiguration>

public class SkeletonConfigurationSet
extends Object
implements Iterable<SkeletonConfiguration>


Constructor Summary
SkeletonConfigurationSet(int limitSize, SkeletonConfigurationEvaluator evaluator)
           
 
Method Summary
 void add(SkeletonConfiguration skeletonConfiguration)
           
 void addAll(Collection<SkeletonConfiguration> others)
           
 SkeletonConfiguration first()
           
 Iterator<SkeletonConfiguration> iterator()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SkeletonConfigurationSet

public SkeletonConfigurationSet(int limitSize,
                                SkeletonConfigurationEvaluator evaluator)
Method Detail

add

public void add(SkeletonConfiguration skeletonConfiguration)

addAll

public void addAll(Collection<SkeletonConfiguration> others)

toString

public String toString()
Overrides:
toString in class Object

size

public int size()

iterator

public Iterator<SkeletonConfiguration> iterator()
Specified by:
iterator in interface Iterable<SkeletonConfiguration>

first

public SkeletonConfiguration first()


Copyright © 2014. All Rights Reserved.