Class LayeredAreasNavigation.Portal<Node>
java.lang.Object
eu.iv4xr.framework.extensions.pathfinding.LayeredAreasNavigation.Portal<Node>
- Enclosing class:
- LayeredAreasNavigation<NodeId,Nav extends XPathfinder<NodeId> & CanDealWithDynamicObstacle<NodeId>>
Representing a bi-directional "portal" between areas.
-
Field Summary
Modifier and TypeFieldDescriptionThe portal from area n+1 to go down to area n.boolean
When true, the portal can be navigated through.The portal from area n to go up to area n+1. -
Constructor Summary
-
Method Summary
-
Field Details
-
lowPortal
The portal from area n to go up to area n+1. -
highPortal
The portal from area n+1 to go down to area n. -
isOpen
public boolean isOpenWhen true, the portal can be navigated through. Else it is blocked.
-
-
Constructor Details
-
Portal
-