Uses of Interface
org.gcube.informationsystem.contexts.reference.relations.IsParentOf
Packages that use IsParentOf
Package
Description
-
Uses of IsParentOf in org.gcube.informationsystem.contexts.impl.entities
Fields in org.gcube.informationsystem.contexts.impl.entities declared as IsParentOfModifier and TypeFieldDescriptionprotected IsParentOfContextImpl.parentThe parent of the context.Fields in org.gcube.informationsystem.contexts.impl.entities with type parameters of type IsParentOfModifier and TypeFieldDescriptionprotected List<IsParentOf>ContextImpl.childrenThe children of the context.Methods in org.gcube.informationsystem.contexts.impl.entities that return IsParentOfMethods in org.gcube.informationsystem.contexts.impl.entities that return types with arguments of type IsParentOfModifier and TypeMethodDescriptionContextImpl.getChildren()Returns the children of this context.Methods in org.gcube.informationsystem.contexts.impl.entities with parameters of type IsParentOfModifier and TypeMethodDescriptionvoidContextImpl.addChild(IsParentOf isParentOf) Adds a child to this context via anIsParentOfrelation.protected voidContextImpl.addChildFromJson(IsParentOf isParentOf) Adds a child from a JSON-deserializedIsParentOfobject.voidContextImpl.setParent(IsParentOf isParentOf) Sets the parent of this context via anIsParentOfrelation.protected voidContextImpl.setParentFromJson(IsParentOf isParentOf) Sets the parent from a JSON-deserializedIsParentOfobject.Method parameters in org.gcube.informationsystem.contexts.impl.entities with type arguments of type IsParentOfModifier and TypeMethodDescriptionprotected voidContextImpl.setChildrenFromJson(List<IsParentOf> children) Sets the children from a JSON-deserialized list ofIsParentOfobjects. -
Uses of IsParentOf in org.gcube.informationsystem.contexts.impl.relations
Classes in org.gcube.informationsystem.contexts.impl.relations that implement IsParentOfModifier and TypeClassDescriptionfinal classThe default implementation of theIsParentOfinterface. -
Uses of IsParentOf in org.gcube.informationsystem.contexts.reference.entities
Methods in org.gcube.informationsystem.contexts.reference.entities that return IsParentOfMethods in org.gcube.informationsystem.contexts.reference.entities that return types with arguments of type IsParentOfMethods in org.gcube.informationsystem.contexts.reference.entities with parameters of type IsParentOfModifier and TypeMethodDescriptionvoidContext.addChild(IsParentOf isParentOf) Adds a child to this context via anIsParentOfrelation.voidContext.setParent(IsParentOf isParentOf) Sets the parent of this context via anIsParentOfrelation.