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. parentFields in org.gcube.informationsystem.contexts.impl.entities with type parameters of type IsParentOf Modifier and Type Field Description protected List<IsParentOf>ContextImpl. childrenMethods in org.gcube.informationsystem.contexts.impl.entities that return IsParentOf Modifier and Type Method Description IsParentOfContextImpl. getParent()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()Methods in org.gcube.informationsystem.contexts.impl.entities with parameters of type IsParentOf Modifier and Type Method Description voidContextImpl. addChild(IsParentOf isParentOf)protected voidContextImpl. addChildFromJson(IsParentOf isParentOf)voidContextImpl. setParent(IsParentOf isParentOf)protected voidContextImpl. setParentFromJson(IsParentOf isParentOf)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) -
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 classIsParentOfImpl -
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()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()Methods in org.gcube.informationsystem.contexts.reference.entities with parameters of type IsParentOf Modifier and Type Method Description voidContext. addChild(IsParentOf isParentOf)voidContext. setParent(IsParentOf isParentOf)
-