Uses of Class
APStudio.models.BasicSubpart

Packages that use BasicSubpart
APStudio.models   
APStudio.models.commands   
 

Uses of BasicSubpart in APStudio.models
 

Subclasses of BasicSubpart in APStudio.models
 class ClassDiagramModel
           
 class ClassGraphModel
           
 

Methods in APStudio.models that return BasicSubpart
 BasicSubpart Connector.getSource()
          Gets the connection source.
 BasicSubpart Connector.getTarget()
          Gets the connection target.
 

Methods in APStudio.models with parameters of type BasicSubpart
 void Connector.setSource(BasicSubpart source)
          Sets the connection source.
 void Connector.setTarget(BasicSubpart target)
          Sets the connection target.
 

Uses of BasicSubpart in APStudio.models.commands
 

Methods in APStudio.models.commands that return BasicSubpart
 BasicSubpart ConnectionCommand.getSource()
           
 BasicSubpart ConnectionCommand.getTarget()
           
 

Methods in APStudio.models.commands with parameters of type BasicSubpart
 void AddCommand.setChild(BasicSubpart subpart)
           
 void ConnectionCommand.setSource(BasicSubpart newSource)
           
 void ConnectionCommand.setTarget(BasicSubpart newTarget)
           
 void CreateCommand.setChild(BasicSubpart subpart)
           
 void DeleteCommand.setChild(BasicSubpart c)
           
 void OrphanChildCommand.setChild(BasicSubpart child)
           
 void SetConstraintCommand.setPart(BasicSubpart part)