Uses of Class
bio.singa.simulation.entities.GraphComplexNode
-
Packages that use GraphComplexNode Package Description bio.singa.simulation.entities -
-
Uses of GraphComplexNode in bio.singa.simulation.entities
Methods in bio.singa.simulation.entities that return GraphComplexNode Modifier and Type Method Description GraphComplexNodeGraphComplexNode. getCopy()Methods in bio.singa.simulation.entities that return types with arguments of type GraphComplexNode Modifier and Type Method Description List<GraphComplexNode>ComplexEntity. getNodesWithUnoccupiedBindingSite(BindingSite bindingSite)Optional<GraphComplexNode>ComplexEntity. getNodeWithUnoccupiedBindingSite(BindingSite bindingSite)Methods in bio.singa.simulation.entities with parameters of type GraphComplexNode Modifier and Type Method Description intComplexEntity. addEdgeBetween(int identifier, GraphComplexNode source, GraphComplexNode target)intComplexEntity. addEdgeBetween(GraphComplexNode source, GraphComplexNode target)intComplexEntity. addEdgeBetween(GraphComplexNode source, GraphComplexNode target, BindingSite bindingSite)voidComplexEntity. combine(GraphComplexNode first, GraphComplexNode second, ComplexEntity secondGraph, BindingSite bindingSite)
-