public class ImplsPath extends AbstractPath<ImplsInstancePort,ModuleImplsInst>
ModuleImplsInstsundoCount| Constructor and Description |
|---|
ImplsPath(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPort(ImplsInstancePort port) |
void |
calculateLength() |
ImplsInstancePort |
findSource() |
int |
getLength() |
String |
getName() |
Set<?> |
getPathConnections() |
void |
restoreUndo() |
void |
saveUndo() |
connectsTo, countConnectedModules, getSize, getWeight, increaseWeight, iteratorpublic void addPort(ImplsInstancePort port)
public int getLength()
getLength in class AbstractPath<ImplsInstancePort,ModuleImplsInst>public void calculateLength()
calculateLength in class AbstractPath<ImplsInstancePort,ModuleImplsInst>public String getName()
getName in class AbstractPath<ImplsInstancePort,ModuleImplsInst>public Set<?> getPathConnections()
getPathConnections in class AbstractPath<ImplsInstancePort,ModuleImplsInst>public ImplsInstancePort findSource()
public void saveUndo()
saveUndo in class AbstractPath<ImplsInstancePort,ModuleImplsInst>public void restoreUndo()
restoreUndo in class AbstractPath<ImplsInstancePort,ModuleImplsInst>