Uses of Interface
oms3.Access
-
Packages that use Access Package Description oms3 OMS Core execution environment.org.hortonmachine.gears.libs.modules -
-
Uses of Access in oms3
Methods in oms3 that return Access Modifier and Type Method Description AccessNotification.DataflowEvent. getAccess()Get field access info.AccessNotification.ConnectEvent. getFrom()Get the source of the connect eventAccessNotification.ConnectEvent. getTo()Get the destination for the connect event.AccessComponentAccess. input(String field)Get a single input field.AccessComponentAccess. output(String field)get a single output field.Methods in oms3 that return types with arguments of type Access Modifier and Type Method Description Collection<Access>ComponentAccess. inputs()Get the all the inputs.Collection<Access>ComponentAccess. outputs()Get the all the outputs. -
Uses of Access in org.hortonmachine.gears.libs.modules
Method parameters in org.hortonmachine.gears.libs.modules with type arguments of type Access Modifier and Type Method Description static voidModelsSupporter. collectParameters(StringBuilder sbTmp, Collection<Access> accessList, String pre)
-