Uses of Class
de.ukn.hci.squidy.manager.model.Pipe

Packages that use Pipe
de.ukn.hci.squidy.designer.model Squidy Interaction Library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 
de.ukn.hci.squidy.manager.model Squidy Interaction Library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 
 

Uses of Pipe in de.ukn.hci.squidy.designer.model
 

Methods in de.ukn.hci.squidy.designer.model that return Pipe
 Pipe PipeShape.getPipe()
           
 

Methods in de.ukn.hci.squidy.designer.model with parameters of type Pipe
 void PipeShape.setPipe(Pipe pipe)
           
 

Uses of Pipe in de.ukn.hci.squidy.manager.model
 

Methods in de.ukn.hci.squidy.manager.model that return types with arguments of type Pipe
 Collection<Pipe> Piping.getIncomingPipes()
           
 Collection<Pipe> Piping.getOutgoingPipes()
           
 Collection<Pipe> Piping.getPipes()
           
 

Methods in de.ukn.hci.squidy.manager.model with parameters of type Pipe
 void Piping.addIncomingPipe(Pipe pipe)
           
 void Piping.addOutgoingPipe(Pipe pipe)
           
 void Piping.removeIncomingPipe(Pipe pipe)
           
 void Piping.removeOutgoingPipe(Pipe pipe)
           
 

Method parameters in de.ukn.hci.squidy.manager.model with type arguments of type Pipe
 void Piping.setIncomingPipes(Collection<Pipe> incomingPipes)
           
 void Piping.setOutgoingPipes(Collection<Pipe> outgoingPipes)
           
 void Piping.setPipes(Collection<Pipe> pipes)
           
 



Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.