Package org.goplanit.component
-
Class Summary Class Description PlanitComponent<T extends PlanitComponent<T> & Serializable> PLANit components are the main building blocks to create PLANit applications with.PlanitComponentBuilder<T> Builder class to build something of type T which is a PLANit component.PlanitComponentFactory<T extends PlanitComponent<?>> Generic factory class for registered subclasses of predefined PLANit components, so it does not create instances of T but of subclasses of T.