Uses of Interface
org.gcube.informationsystem.contexts.reference.relations.IsParentOf
-
-
Uses of IsParentOf in org.gcube.informationsystem.contexts.impl.entities
Fields in org.gcube.informationsystem.contexts.impl.entities declared as IsParentOf Modifier and Type Field Description protected IsParentOfContextImpl. parentThe parent of the context.Fields in org.gcube.informationsystem.contexts.impl.entities with type parameters of type IsParentOf Modifier and Type Field Description protected List<IsParentOf>ContextImpl. childrenThe children of the context.Methods in org.gcube.informationsystem.contexts.impl.entities that return IsParentOf Modifier and Type Method Description IsParentOfContextImpl. getParent()Returns the parent of this context.Methods in org.gcube.informationsystem.contexts.impl.entities that return types with arguments of type IsParentOf Modifier and Type Method Description List<IsParentOf>ContextImpl. getChildren()Returns the children of this context.Methods in org.gcube.informationsystem.contexts.impl.entities with parameters of type IsParentOf Modifier and Type Method Description voidContextImpl. 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 IsParentOf Modifier and Type Method Description protected 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 IsParentOf Modifier and Type Class Description classIsParentOfImplThe default implementation of theIsParentOfinterface. -
Uses of IsParentOf in org.gcube.informationsystem.contexts.reference.entities
Methods in org.gcube.informationsystem.contexts.reference.entities that return IsParentOf Modifier and Type Method Description IsParentOfContext. getParent()Returns the parent of this context.Methods in org.gcube.informationsystem.contexts.reference.entities that return types with arguments of type IsParentOf Modifier and Type Method Description List<IsParentOf>Context. getChildren()Returns the children of this context.Methods in org.gcube.informationsystem.contexts.reference.entities with parameters of type IsParentOf Modifier and Type Method Description voidContext. addChild(IsParentOf isParentOf)Adds a child to this context via anIsParentOfrelation.voidContext. setParent(IsParentOf isParentOf)Sets the parent of this context via anIsParentOfrelation.
-