Package org.bigraphs.framework.core.impl
Class BigraphEntity.NodeEntity<C extends Control>
java.lang.Object
org.bigraphs.framework.core.impl.BigraphEntity<C>
org.bigraphs.framework.core.impl.BigraphEntity.NodeEntity<C>
- All Implemented Interfaces:
Comparable<BigraphEntity.NodeEntity<C>>
- Enclosing class:
- BigraphEntity<C extends Control>
public static class BigraphEntity.NodeEntity<C extends Control>
extends BigraphEntity<C>
implements Comparable<BigraphEntity.NodeEntity<C>>
-
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
Methods inherited from class org.bigraphs.framework.core.impl.BigraphEntity
create, createNode, equals, getControl, getInstance, getType, hashCode
-
Method Details
-
getName
-
setName
-
getAttributes
-
setAttributes
-
toString
- Overrides:
toString
in classBigraphEntity<C extends Control>
-
compareTo
- Specified by:
compareTo
in interfaceComparable<C extends Control>
-