Package org.bigraphs.framework.core.impl
Class BigraphEntity.RootEntity
java.lang.Object
org.bigraphs.framework.core.impl.BigraphEntity
org.bigraphs.framework.core.impl.BigraphEntity.RootEntity
- All Implemented Interfaces:
Comparable<BigraphEntity.RootEntity>
- Enclosing class:
BigraphEntity<C extends Control>
public static class BigraphEntity.RootEntity
extends BigraphEntity
implements Comparable<BigraphEntity.RootEntity>
-
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 -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(BigraphEntity.RootEntity otherRoot) intgetIndex()toString()Methods inherited from class org.bigraphs.framework.core.impl.BigraphEntity
create, createNode, equals, getControl, getInstance, getType, hashCode
-
Method Details
-
getIndex
public int getIndex() -
toString
- Overrides:
toStringin classBigraphEntity
-
compareTo
- Specified by:
compareToin interfaceComparable<BigraphEntity.RootEntity>
-