Interface MissionRepresentation

    • Method Detail

      • rootBlock

        Block rootBlock()
      • isLeaf

        boolean isLeaf​(Block block)
      • parentsToChildren

        com.google.common.collect.ListMultimap<Block,​Block> parentsToChildren()
      • blockAttributes

        com.google.common.collect.ListMultimap<Block,​BlockAttribute> blockAttributes()
        Container to augment blocks with one or multiple attributes.
        Returns:
        attribute lists mapped by blocks