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

Packages that use Processable
de.ukn.hci.squidy.designer.knowledgebase   
de.ukn.hci.squidy.designer.util   
de.ukn.hci.squidy.designer.zoom 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 Processable in de.ukn.hci.squidy.designer.knowledgebase
 

Methods in de.ukn.hci.squidy.designer.knowledgebase that return Processable
 Processable KnowledgeBaseItem.getInstance()
           
 

Methods in de.ukn.hci.squidy.designer.knowledgebase that return types with arguments of type Processable
 Class<? extends Processable> KnowledgeBaseItem.getProcessableClass()
           
 

Constructor parameters in de.ukn.hci.squidy.designer.knowledgebase with type arguments of type Processable
KnowledgeBaseItem(Class<? extends Processable> processable)
           
 

Uses of Processable in de.ukn.hci.squidy.designer.util
 

Methods in de.ukn.hci.squidy.designer.util with parameters of type Processable
static URL SourceCodeUtils.getSourceCode(Processable processable)
           
 

Uses of Processable in de.ukn.hci.squidy.designer.zoom
 

Classes in de.ukn.hci.squidy.designer.zoom with type parameters of type Processable
 class ActionShape<T extends VisualShape<?>,P extends Processable>
          ActionShape.
 class ConnectorShape<T extends VisualShape<?>,P extends Processable>
          ConnectorShape.
 class ContainerShape<T extends VisualShape<?>,P extends Processable>
          ContainerShape.
 

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

Subclasses of Processable in de.ukn.hci.squidy.manager.model
 class AbstractNode
          AbstractValve.
 class EmptyNode
          EmptyNode.
 class Node
          Valve.
 class Pipe
          Pipe.
 class Pipeline
          Pipeline.
 class Piping
          Piping.
 class Workspace
          Workspace.
 

Fields in de.ukn.hci.squidy.manager.model declared as Processable
 Processable Pipe.source
           
 Processable Pipe.target
           
 

Methods in de.ukn.hci.squidy.manager.model that return Processable
 Processable Processable.getParent()
           
 Processable Pipe.getSource()
           
 Processable Pipe.getTarget()
           
 

Methods in de.ukn.hci.squidy.manager.model that return types with arguments of type Processable
 Collection<Processable> Processable.getSubProcessables()
           
 

Methods in de.ukn.hci.squidy.manager.model with parameters of type Processable
 void Processable.addSubProcessable(Processable processable)
           
 void Processable.removeSubProcessable(Processable processable)
           
 void Processable.setParent(Processable parent)
           
 void Pipe.setSource(Processable source)
           
 void Pipe.setTarget(Processable target)
           
 

Method parameters in de.ukn.hci.squidy.manager.model with type arguments of type Processable
 void Processable.setSubProcessables(Collection<Processable> subProcessables)
           
 



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