Package org.bigraphs.framework.core.impl
Class BigraphEntity.Port
java.lang.Object
org.bigraphs.framework.core.impl.BigraphEntity
org.bigraphs.framework.core.impl.BigraphEntity.Port
- All Implemented Interfaces:
Comparable<BigraphEntity.Port>
- Enclosing class:
- BigraphEntity<C extends Control>
public static class BigraphEntity.Port
extends BigraphEntity
implements Comparable<BigraphEntity.Port>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bigraphs.framework.core.impl.BigraphEntity
BigraphEntity.Edge, BigraphEntity.InnerName, BigraphEntity.Link, BigraphEntity.NodeEntity<C extends Control>, BigraphEntity.OuterName, BigraphEntity.Port, BigraphEntity.RootEntity, BigraphEntity.SiteEntity
-
Field Summary
Fields inherited from class org.bigraphs.framework.core.impl.BigraphEntity
type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bigraphs.framework.core.impl.BigraphEntity
create, createNode, equals, getControl, getInstance, getType, hashCode
-
Constructor Details
-
Port
public Port()
-
-
Method Details
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
toString
- Overrides:
toString
in classBigraphEntity
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BigraphEntity.Port>
-