public final class EmptyRelationSupport<SourceType extends BrooklynObject> extends java.lang.Object implements BrooklynObjectInternal.RelationSupportInternal<SourceType>
| Constructor and Description |
|---|
EmptyRelationSupport(SourceType source) |
| Modifier and Type | Method and Description |
|---|---|
<U extends BrooklynObject> |
add(RelationshipType<? super SourceType,? super U> relationship,
U target)
Adds a relationship of the given type from this object pointing at the given target,
and ensures that the inverse relationship (if there is one) is present at the target pointing back at this object.
|
BrooklynObject.RelationSupport<SourceType> |
getLocalBackingStore() |
<U extends BrooklynObject> |
getRelations(RelationshipType<? super SourceType,U> relationship) |
java.util.Set<RelationshipType<? super SourceType,? extends BrooklynObject>> |
getRelationshipTypes() |
<U extends BrooklynObject> |
remove(RelationshipType<? super SourceType,? super U> relationship,
U target)
Removes any and all relationships of the given type from this object pointing at the given target,
and ensures that the inverse relationships (if there are one) are also removed.
|
public EmptyRelationSupport(SourceType source)
public java.util.Set<RelationshipType<? super SourceType,? extends BrooklynObject>> getRelationshipTypes()
getRelationshipTypes in interface BrooklynObject.RelationSupport<SourceType extends BrooklynObject>RelationshipTypes originating from this objectpublic <U extends BrooklynObject> java.util.Set<U> getRelations(RelationshipType<? super SourceType,U> relationship)
getRelations in interface BrooklynObject.RelationSupport<SourceType extends BrooklynObject>BrooklynObjects which are targets of the given RelationshipTypepublic <U extends BrooklynObject> void add(RelationshipType<? super SourceType,? super U> relationship, U target)
BrooklynObject.RelationSupportadd in interface BrooklynObject.RelationSupport<SourceType extends BrooklynObject>public <U extends BrooklynObject> void remove(RelationshipType<? super SourceType,? super U> relationship, U target)
BrooklynObject.RelationSupportremove in interface BrooklynObject.RelationSupport<SourceType extends BrooklynObject>public BrooklynObject.RelationSupport<SourceType> getLocalBackingStore()
getLocalBackingStore in interface BrooklynObjectInternal.RelationSupportInternal<SourceType extends BrooklynObject>