net.sourceforge.plantuml.command
Interface PSystemCommandFactory

All Superinterfaces:
PSystemFactory
All Known Implementing Classes:
AbstractUmlSystemCommandFactory, ActivityDiagramFactory, ActivityDiagramFactory3, ClassDiagramFactory, CompositeDiagramFactory, DescriptionDiagramFactory, EmptyDiagramFactory, FlowDiagramFactory, ObjectDiagramFactory, PostIdDiagramFactory, PSystemProjectFactory, PSystemProjectFactory2, SequenceDiagramFactory, StateDiagramFactory

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 © 2013. All Rights Reserved.