net.sourceforge.plantuml.command
Interface PSystemCommandFactory

All Superinterfaces:
PSystemFactory
All Known Implementing Classes:
AbstractUmlSystemCommandFactory, ActivityDiagramFactory, ActivityDiagramFactory2, ClassDiagramFactory, ComponentDiagramFactory, CompositeDiagramFactory, EmptyDiagramFactory, ObjectDiagramFactory, PostIdDiagramFactory, PSystemProjectFactory, SequenceDiagramFactory, StateDiagramFactory, UsecaseDiagramFactory

public interface PSystemCommandFactory
extends PSystemFactory


Method Summary
 Command createCommand(List<String> lines)
           
 CommandControl isValid(List<String> lines)
           
 
Methods inherited from interface net.sourceforge.plantuml.PSystemFactory
getDiagramType, getSystem, init
 

Method Detail

isValid

CommandControl isValid(List<String> lines)

createCommand

Command createCommand(List<String> lines)


Copyright © 2012. All Rights Reserved.